(0.7ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.2ms) select sqlite_version(*)  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.477314"], ["updated_at", "2016-05-25 18:56:21.477314"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.480540"], ["updated_at", "2016-05-25 18:56:21.480540"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.481590"], ["updated_at", "2016-05-25 18:56:21.481590"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.482459"], ["updated_at", "2016-05-25 18:56:21.482459"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.483329"], ["updated_at", "2016-05-25 18:56:21.483329"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-05-25 18:56:21.487390"], ["updated_at", "2016-05-25 18:56:21.487390"]]  (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" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.490150"], ["updated_at", "2016-05-25 18:56:21.490150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.491191"], ["updated_at", "2016-05-25 18:56:21.491191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.492196"], ["updated_at", "2016-05-25 18:56:21.492196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.493050"], ["updated_at", "2016-05-25 18:56:21.493050"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.493882"], ["updated_at", "2016-05-25 18:56:21.493882"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 179ms (Views: 178.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.676433"], ["updated_at", "2016-05-25 18:56:21.676433"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.677695"], ["updated_at", "2016-05-25 18:56:21.677695"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.678573"], ["updated_at", "2016-05-25 18:56:21.678573"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.679293"], ["updated_at", "2016-05-25 18:56:21.679293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.679991"], ["updated_at", "2016-05-25 18:56:21.679991"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.683559"], ["updated_at", "2016-05-25 18:56:21.683559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.684472"], ["updated_at", "2016-05-25 18:56:21.684472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.685543"], ["updated_at", "2016-05-25 18:56:21.685543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.686362"], ["updated_at", "2016-05-25 18:56:21.686362"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-05-25 18:56:21.687160"], ["updated_at", "2016-05-25 18:56:21.687160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.4ms) Completed 200 OK in 7ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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 ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.703848"], ["updated_at", "2016-05-25 18:56:21.703848"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-05-25 14:56: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]] Rendered books/show.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.2ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-05-25 14:56:21 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.722521"], ["updated_at", "2016-05-25 18:56:21.722521"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-05-25 14:56: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" = ? [["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 2016-05-25 14:56:21 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-05-25 18:56:21.750894"], ["updated_at", "2016-05-25 18:56:21.750894"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.754703"], ["updated_at", "2016-05-25 18:56:21.754703"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-05-25 14:56:21 -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" = ? [["name", "changed book"], ["updated_at", "2016-05-25 18:56:21.759794"], ["id", 1]]  (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 ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.776274"], ["updated_at", "2016-05-25 18:56:21.776274"]]  (0.1ms) 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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.778616"], ["updated_at", "2016-05-25 18:56:21.778616"]]  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.781034"], ["updated_at", "2016-05-25 18:56:21.781034"]]  (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.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.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.787443"], ["updated_at", "2016-05-25 18:56:21.787443"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.790033"], ["updated_at", "2016-05-25 18:56:21.790033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.792280"], ["updated_at", "2016-05-25 18:56:21.792280"]]  (0.1ms) 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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-05-25 18:56:21.794931"], ["updated_at", "2016-05-25 18:56:21.794931"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.3ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:26.960482"], ["updated_at", "2016-06-01 15:37:26.960482"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 11:37: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]] Rendered books/show.html.erb within layouts/application (1.1ms) Completed 200 OK in 162ms (Views: 156.1ms | ActiveRecord: 0.1ms)  (2.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 2016-06-01 11:37:27 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.183671"], ["updated_at", "2016-06-01 15:37:27.183671"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 11:37:27 -0400 Processing by BooksController#destroy as HTML Parameters: {"id"=>"1"} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.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" = ? [["id", 1]]  (0.6ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2016-06-01 11:37:27 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 15:37:27.194630"], ["updated_at", "2016-06-01 15:37:27.194630"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.198068"], ["updated_at", "2016-06-01 15:37:27.198068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 11:37:27 -0400 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 15:37:27.201901"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.208589"], ["updated_at", "2016-06-01 15:37:27.208589"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.210364"], ["updated_at", "2016-06-01 15:37:27.210364"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.212254"], ["updated_at", "2016-06-01 15:37:27.212254"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.214090"], ["updated_at", "2016-06-01 15:37:27.214090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.229389"], ["updated_at", "2016-06-01 15:37:27.229389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.231230"], ["updated_at", "2016-06-01 15:37:27.231230"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:37:27.232753"], ["updated_at", "2016-06-01 15:37:27.232753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.239340"], ["updated_at", "2016-06-01 15:37:27.239340"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.240439"], ["updated_at", "2016-06-01 15:37:27.240439"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.241502"], ["updated_at", "2016-06-01 15:37:27.241502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.242467"], ["updated_at", "2016-06-01 15:37:27.242467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.243418"], ["updated_at", "2016-06-01 15:37:27.243418"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 15:37:27.247179"], ["updated_at", "2016-06-01 15:37:27.247179"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.249898"], ["updated_at", "2016-06-01 15:37:27.249898"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.250847"], ["updated_at", "2016-06-01 15:37:27.250847"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.252250"], ["updated_at", "2016-06-01 15:37:27.252250"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.253172"], ["updated_at", "2016-06-01 15:37:27.253172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.253901"], ["updated_at", "2016-06-01 15:37:27.253901"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.258080"], ["updated_at", "2016-06-01 15:37:27.258080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.259183"], ["updated_at", "2016-06-01 15:37:27.259183"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.260272"], ["updated_at", "2016-06-01 15:37:27.260272"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.261109"], ["updated_at", "2016-06-01 15:37:27.261109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.261875"], ["updated_at", "2016-06-01 15:37:27.261875"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.265603"], ["updated_at", "2016-06-01 15:37:27.265603"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.266486"], ["updated_at", "2016-06-01 15:37:27.266486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.267361"], ["updated_at", "2016-06-01 15:37:27.267361"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.268055"], ["updated_at", "2016-06-01 15:37:27.268055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:37:27.268794"], ["updated_at", "2016-06-01 15:37:27.268794"]]  (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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.610298"], ["updated_at", "2016-06-01 15:39:10.610298"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.613528"], ["updated_at", "2016-06-01 15:39:10.613528"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.614520"], ["updated_at", "2016-06-01 15:39:10.614520"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.615389"], ["updated_at", "2016-06-01 15:39:10.615389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.616299"], ["updated_at", "2016-06-01 15:39:10.616299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 15:39:10.620288"], ["updated_at", "2016-06-01 15:39:10.620288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.624751"], ["updated_at", "2016-06-01 15:39:10.624751"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.625937"], ["updated_at", "2016-06-01 15:39:10.625937"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.627042"], ["updated_at", "2016-06-01 15:39:10.627042"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.627894"], ["updated_at", "2016-06-01 15:39:10.627894"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.628765"], ["updated_at", "2016-06-01 15:39:10.628765"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 161ms (Views: 160.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.796386"], ["updated_at", "2016-06-01 15:39:10.796386"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.798230"], ["updated_at", "2016-06-01 15:39:10.798230"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.799475"], ["updated_at", "2016-06-01 15:39:10.799475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.800604"], ["updated_at", "2016-06-01 15:39:10.800604"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.802117"], ["updated_at", "2016-06-01 15:39:10.802117"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.807324"], ["updated_at", "2016-06-01 15:39:10.807324"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.808507"], ["updated_at", "2016-06-01 15:39:10.808507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.809588"], ["updated_at", "2016-06-01 15:39:10.809588"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.810466"], ["updated_at", "2016-06-01 15:39:10.810466"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 15:39:10.811282"], ["updated_at", "2016-06-01 15:39:10.811282"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.2ms) Completed 200 OK in 6ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.824978"], ["updated_at", "2016-06-01 15:39:10.824978"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 11:39:10 -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.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 11:39:10 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.839917"], ["updated_at", "2016-06-01 15:39:10.839917"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 11:39:10 -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.5ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["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 2016-06-01 11:39:10 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 15:39:10.850731"], ["updated_at", "2016-06-01 15:39:10.850731"]]  (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.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.854082"], ["updated_at", "2016-06-01 15:39:10.854082"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 11:39: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" = ? [["name", "changed book"], ["updated_at", "2016-06-01 15:39:10.857747"], ["id", 1]]  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.870582"], ["updated_at", "2016-06-01 15:39:10.870582"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.872846"], ["updated_at", "2016-06-01 15:39:10.872846"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.875493"], ["updated_at", "2016-06-01 15:39:10.875493"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.879364"], ["updated_at", "2016-06-01 15:39:10.879364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.882112"], ["updated_at", "2016-06-01 15:39:10.882112"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.884018"], ["updated_at", "2016-06-01 15:39:10.884018"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 15:39:10.885688"], ["updated_at", "2016-06-01 15:39:10.885688"]]  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Connecting to database specified by database.yml ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.559297"], ["updated_at", "2016-06-01 16:04:00.559297"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.564427"], ["updated_at", "2016-06-01 16:04:00.564427"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.565873"], ["updated_at", "2016-06-01 16:04:00.565873"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.566989"], ["updated_at", "2016-06-01 16:04:00.566989"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.568138"], ["updated_at", "2016-06-01 16:04:00.568138"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:04:00.573413"], ["updated_at", "2016-06-01 16:04:00.573413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.576535"], ["updated_at", "2016-06-01 16:04:00.576535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.577541"], ["updated_at", "2016-06-01 16:04:00.577541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.578511"], ["updated_at", "2016-06-01 16:04:00.578511"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.579242"], ["updated_at", "2016-06-01 16:04:00.579242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.580004"], ["updated_at", "2016-06-01 16:04:00.580004"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 166ms (Views: 165.5ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.750426"], ["updated_at", "2016-06-01 16:04:00.750426"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.752239"], ["updated_at", "2016-06-01 16:04:00.752239"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.753559"], ["updated_at", "2016-06-01 16:04:00.753559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.754471"], ["updated_at", "2016-06-01 16:04:00.754471"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.755384"], ["updated_at", "2016-06-01 16:04:00.755384"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.760437"], ["updated_at", "2016-06-01 16:04:00.760437"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.761753"], ["updated_at", "2016-06-01 16:04:00.761753"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.762809"], ["updated_at", "2016-06-01 16:04:00.762809"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.763543"], ["updated_at", "2016-06-01 16:04:00.763543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:00.764435"], ["updated_at", "2016-06-01 16:04:00.764435"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.3ms) Completed 200 OK in 7ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.776900"], ["updated_at", "2016-06-01 16:04:00.776900"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.778606"], ["updated_at", "2016-06-01 16:04:00.778606"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.780154"], ["updated_at", "2016-06-01 16:04:00.780154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.790353"], ["updated_at", "2016-06-01 16:04:00.790353"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:04:00 -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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | 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 2016-06-01 12:04:00 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.805080"], ["updated_at", "2016-06-01 16:04:00.805080"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:04:00 -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" = ? [["id", 1]]  (0.7ms) 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 2016-06-01 12:04:00 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:04:00.837001"], ["updated_at", "2016-06-01 16:04:00.837001"]]  (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.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.840636"], ["updated_at", "2016-06-01 16:04:00.840636"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:04:00 -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" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:04:00.844528"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.853112"], ["updated_at", "2016-06-01 16:04:00.853112"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.855401"], ["updated_at", "2016-06-01 16:04:00.855401"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.857670"], ["updated_at", "2016-06-01 16:04:00.857670"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:00.859924"], ["updated_at", "2016-06-01 16:04:00.859924"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') 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 ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:20.876823"], ["updated_at", "2016-06-01 16:04:20.876823"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:04:20 -0400 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 157ms (Views: 153.4ms | ActiveRecord: 0.1ms)  (2.2ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 12:04:21 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.083413"], ["updated_at", "2016-06-01 16:04:21.083413"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:04: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.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 1ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["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 2016-06-01 12:04: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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:04:21.093462"], ["updated_at", "2016-06-01 16:04:21.093462"]]  (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.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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.096231"], ["updated_at", "2016-06-01 16:04:21.096231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:04: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.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:04:21.100629"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.108403"], ["updated_at", "2016-06-01 16:04:21.108403"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.110413"], ["updated_at", "2016-06-01 16:04:21.110413"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.112117"], ["updated_at", "2016-06-01 16:04:21.112117"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.114365"], ["updated_at", "2016-06-01 16:04:21.114365"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.116150"], ["updated_at", "2016-06-01 16:04:21.116150"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.117812"], ["updated_at", "2016-06-01 16:04:21.117812"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:21.119458"], ["updated_at", "2016-06-01 16:04:21.119458"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.124480"], ["updated_at", "2016-06-01 16:04:21.124480"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.125439"], ["updated_at", "2016-06-01 16:04:21.125439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.126446"], ["updated_at", "2016-06-01 16:04:21.126446"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.127172"], ["updated_at", "2016-06-01 16:04:21.127172"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.127888"], ["updated_at", "2016-06-01 16:04:21.127888"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:04:21.130591"], ["updated_at", "2016-06-01 16:04:21.130591"]]  (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.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.132999"], ["updated_at", "2016-06-01 16:04:21.132999"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.133879"], ["updated_at", "2016-06-01 16:04:21.133879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.134875"], ["updated_at", "2016-06-01 16:04:21.134875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.135623"], ["updated_at", "2016-06-01 16:04:21.135623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.136331"], ["updated_at", "2016-06-01 16:04:21.136331"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.140929"], ["updated_at", "2016-06-01 16:04:21.140929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.141936"], ["updated_at", "2016-06-01 16:04:21.141936"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.142837"], ["updated_at", "2016-06-01 16:04:21.142837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.143623"], ["updated_at", "2016-06-01 16:04:21.143623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.144349"], ["updated_at", "2016-06-01 16:04:21.144349"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.148571"], ["updated_at", "2016-06-01 16:04:21.148571"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.149658"], ["updated_at", "2016-06-01 16:04:21.149658"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.150947"], ["updated_at", "2016-06-01 16:04:21.150947"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.152000"], ["updated_at", "2016-06-01 16:04:21.152000"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:21.153005"], ["updated_at", "2016-06-01 16:04:21.153005"]]  (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]] Rendered books/show.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.692109"], ["updated_at", "2016-06-01 16:04:51.692109"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.696086"], ["updated_at", "2016-06-01 16:04:51.696086"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.698235"], ["updated_at", "2016-06-01 16:04:51.698235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.700619"], ["updated_at", "2016-06-01 16:04:51.700619"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.703654"], ["updated_at", "2016-06-01 16:04:51.703654"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:04:51 -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 164ms (Views: 160.2ms | ActiveRecord: 0.1ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 12:04:51 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.917441"], ["updated_at", "2016-06-01 16:04:51.917441"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:04: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.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 1ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2016-06-01 12:04: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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:04:51.928073"], ["updated_at", "2016-06-01 16:04:51.928073"]]  (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.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.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.930732"], ["updated_at", "2016-06-01 16:04:51.930732"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:04:51 -0400 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:04:51.934064"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.946012"], ["updated_at", "2016-06-01 16:04:51.946012"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.948068"], ["updated_at", "2016-06-01 16:04:51.948068"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:04:51.950253"], ["updated_at", "2016-06-01 16:04:51.950253"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.953024"], ["updated_at", "2016-06-01 16:04:51.953024"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.954069"], ["updated_at", "2016-06-01 16:04:51.954069"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.955160"], ["updated_at", "2016-06-01 16:04:51.955160"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.955993"], ["updated_at", "2016-06-01 16:04:51.955993"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.956737"], ["updated_at", "2016-06-01 16:04:51.956737"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:04:51.959739"], ["updated_at", "2016-06-01 16:04:51.959739"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.962278"], ["updated_at", "2016-06-01 16:04:51.962278"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.963165"], ["updated_at", "2016-06-01 16:04:51.963165"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.964111"], ["updated_at", "2016-06-01 16:04:51.964111"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.964933"], ["updated_at", "2016-06-01 16:04:51.964933"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.965736"], ["updated_at", "2016-06-01 16:04:51.965736"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.969940"], ["updated_at", "2016-06-01 16:04:51.969940"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.970875"], ["updated_at", "2016-06-01 16:04:51.970875"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.971828"], ["updated_at", "2016-06-01 16:04:51.971828"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.972541"], ["updated_at", "2016-06-01 16:04:51.972541"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.973235"], ["updated_at", "2016-06-01 16:04:51.973235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.977355"], ["updated_at", "2016-06-01 16:04:51.977355"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.978354"], ["updated_at", "2016-06-01 16:04:51.978354"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.979335"], ["updated_at", "2016-06-01 16:04:51.979335"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.980146"], ["updated_at", "2016-06-01 16:04:51.980146"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:04:51.980887"], ["updated_at", "2016-06-01 16:04:51.980887"]]  (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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | 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.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  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.333039"], ["updated_at", "2016-06-01 16:14:24.333039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.340325"], ["updated_at", "2016-06-01 16:14:24.340325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.343023"], ["updated_at", "2016-06-01 16:14:24.343023"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.382897"], ["updated_at", "2016-06-01 16:14:24.382897"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.384090"], ["updated_at", "2016-06-01 16:14:24.384090"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.385033"], ["updated_at", "2016-06-01 16:14:24.385033"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.385772"], ["updated_at", "2016-06-01 16:14:24.385772"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.386487"], ["updated_at", "2016-06-01 16:14:24.386487"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:14:24.390457"], ["updated_at", "2016-06-01 16:14:24.390457"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.7ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.394077"], ["updated_at", "2016-06-01 16:14:24.394077"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.395092"], ["updated_at", "2016-06-01 16:14:24.395092"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.396158"], ["updated_at", "2016-06-01 16:14:24.396158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.397110"], ["updated_at", "2016-06-01 16:14:24.397110"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.397837"], ["updated_at", "2016-06-01 16:14:24.397837"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (1.3ms) Completed 200 OK in 171ms (Views: 170.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.571710"], ["updated_at", "2016-06-01 16:14:24.571710"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.572896"], ["updated_at", "2016-06-01 16:14:24.572896"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.573883"], ["updated_at", "2016-06-01 16:14:24.573883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.574598"], ["updated_at", "2016-06-01 16:14:24.574598"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.575276"], ["updated_at", "2016-06-01 16:14:24.575276"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.579626"], ["updated_at", "2016-06-01 16:14:24.579626"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.580680"], ["updated_at", "2016-06-01 16:14:24.580680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.581717"], ["updated_at", "2016-06-01 16:14:24.581717"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.582445"], ["updated_at", "2016-06-01 16:14:24.582445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:24.583160"], ["updated_at", "2016-06-01 16:14:24.583160"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.1ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (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) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.597850"], ["updated_at", "2016-06-01 16:14:24.597850"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:14: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]] Rendered books/show.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 12:14:24 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.612388"], ["updated_at", "2016-06-01 16:14:24.612388"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:14: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.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 1ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2016-06-01 12:14: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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:14:24.639311"], ["updated_at", "2016-06-01 16:14:24.639311"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.642413"], ["updated_at", "2016-06-01 16:14:24.642413"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:14: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.1ms) SAVEPOINT active_record_1 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:14:24.646369"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.652692"], ["updated_at", "2016-06-01 16:14:24.652692"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.655509"], ["updated_at", "2016-06-01 16:14:24.655509"]]  (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) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.657197"], ["updated_at", "2016-06-01 16:14:24.657197"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:24.658932"], ["updated_at", "2016-06-01 16:14:24.658932"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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.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 ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.152143"], ["updated_at", "2016-06-01 16:14:39.152143"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:14:39 -0400 Processing by BooksController#show as HTML Parameters: {"id"=>"1"} Book Load (0.2ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]] Rendered books/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 160ms (Views: 153.1ms | ActiveRecord: 0.2ms)  (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 2016-06-01 12:14:39 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.367867"], ["updated_at", "2016-06-01 16:14:39.367867"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12: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.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 1ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.6ms) 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 2016-06-01 12:14:39 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:14:39.378821"], ["updated_at", "2016-06-01 16:14:39.378821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.382445"], ["updated_at", "2016-06-01 16:14:39.382445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:14:39 -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.4ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:14:39.386988"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.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 ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.394543"], ["updated_at", "2016-06-01 16:14:39.394543"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.395858"], ["updated_at", "2016-06-01 16:14:39.395858"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.396827"], ["updated_at", "2016-06-01 16:14:39.396827"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.397516"], ["updated_at", "2016-06-01 16:14:39.397516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.398221"], ["updated_at", "2016-06-01 16:14:39.398221"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:14:39.402549"], ["updated_at", "2016-06-01 16:14:39.402549"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.406511"], ["updated_at", "2016-06-01 16:14:39.406511"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.407812"], ["updated_at", "2016-06-01 16:14:39.407812"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.409078"], ["updated_at", "2016-06-01 16:14:39.409078"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.409979"], ["updated_at", "2016-06-01 16:14:39.409979"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.410886"], ["updated_at", "2016-06-01 16:14:39.410886"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.416549"], ["updated_at", "2016-06-01 16:14:39.416549"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.417774"], ["updated_at", "2016-06-01 16:14:39.417774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.418758"], ["updated_at", "2016-06-01 16:14:39.418758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.419504"], ["updated_at", "2016-06-01 16:14:39.419504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.420261"], ["updated_at", "2016-06-01 16:14:39.420261"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.423711"], ["updated_at", "2016-06-01 16:14:39.423711"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.424604"], ["updated_at", "2016-06-01 16:14:39.424604"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.425502"], ["updated_at", "2016-06-01 16:14:39.425502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.426192"], ["updated_at", "2016-06-01 16:14:39.426192"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:14:39.426884"], ["updated_at", "2016-06-01 16:14:39.426884"]]  (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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.432485"], ["updated_at", "2016-06-01 16:14:39.432485"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.434199"], ["updated_at", "2016-06-01 16:14:39.434199"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.435791"], ["updated_at", "2016-06-01 16:14:39.435791"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.437356"], ["updated_at", "2016-06-01 16:14:39.437356"]]  (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.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.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.446818"], ["updated_at", "2016-06-01 16:14:39.446818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.448851"], ["updated_at", "2016-06-01 16:14:39.448851"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:14:39.450845"], ["updated_at", "2016-06-01 16:14:39.450845"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.566523"], ["updated_at", "2016-06-01 16:21:18.566523"]]  (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.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.570994"], ["updated_at", "2016-06-01 16:21:18.570994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.572737"], ["updated_at", "2016-06-01 16:21:18.572737"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.574674"], ["updated_at", "2016-06-01 16:21:18.574674"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:21: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]] Rendered books/show.html.erb within layouts/application (1.4ms) Completed 200 OK in 177ms (Views: 170.5ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 12:21:18 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.804231"], ["updated_at", "2016-06-01 16:21:18.804231"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:21:18 -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" = ? [["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 2016-06-01 12:21:18 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:21:18.815579"], ["updated_at", "2016-06-01 16:21:18.815579"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.818986"], ["updated_at", "2016-06-01 16:21:18.818986"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:21: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.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:21:18.823038"], ["id", 1]]  (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.5ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.835380"], ["updated_at", "2016-06-01 16:21:18.835380"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.837607"], ["updated_at", "2016-06-01 16:21:18.837607"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.839151"], ["updated_at", "2016-06-01 16:21:18.839151"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:21:18.840686"], ["updated_at", "2016-06-01 16:21:18.840686"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.854719"], ["updated_at", "2016-06-01 16:21:18.854719"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.856472"], ["updated_at", "2016-06-01 16:21:18.856472"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.857558"], ["updated_at", "2016-06-01 16:21:18.857558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.858293"], ["updated_at", "2016-06-01 16:21:18.858293"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.859019"], ["updated_at", "2016-06-01 16:21:18.859019"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:21:18.862450"], ["updated_at", "2016-06-01 16:21:18.862450"]]  (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.9ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.866899"], ["updated_at", "2016-06-01 16:21:18.866899"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.868158"], ["updated_at", "2016-06-01 16:21:18.868158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.869173"], ["updated_at", "2016-06-01 16:21:18.869173"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.870326"], ["updated_at", "2016-06-01 16:21:18.870326"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.871154"], ["updated_at", "2016-06-01 16:21:18.871154"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.7ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.875730"], ["updated_at", "2016-06-01 16:21:18.875730"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.876692"], ["updated_at", "2016-06-01 16:21:18.876692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.877907"], ["updated_at", "2016-06-01 16:21:18.877907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.879043"], ["updated_at", "2016-06-01 16:21:18.879043"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.880033"], ["updated_at", "2016-06-01 16:21:18.880033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.903253"], ["updated_at", "2016-06-01 16:21:18.903253"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.904439"], ["updated_at", "2016-06-01 16:21:18.904439"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.905524"], ["updated_at", "2016-06-01 16:21:18.905524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.906372"], ["updated_at", "2016-06-01 16:21:18.906372"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:21:18.907177"], ["updated_at", "2016-06-01 16:21:18.907177"]]  (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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 1.0ms | 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.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.659367"], ["updated_at", "2016-06-01 16:22:59.659367"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.664094"], ["updated_at", "2016-06-01 16:22:59.664094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.666009"], ["updated_at", "2016-06-01 16:22:59.666009"]]  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.673479"], ["updated_at", "2016-06-01 16:22:59.673479"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:22:59 -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.4ms) Completed 200 OK in 177ms (Views: 171.4ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 12:22:59 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.906648"], ["updated_at", "2016-06-01 16:22:59.906648"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:22: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.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 1ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.6ms) 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 2016-06-01 12:22:59 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:22:59.915876"], ["updated_at", "2016-06-01 16:22:59.915876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.919472"], ["updated_at", "2016-06-01 16:22:59.919472"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:22: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 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:22:59.923715"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.932444"], ["updated_at", "2016-06-01 16:22:59.932444"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.933788"], ["updated_at", "2016-06-01 16:22:59.933788"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.935052"], ["updated_at", "2016-06-01 16:22:59.935052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.935883"], ["updated_at", "2016-06-01 16:22:59.935883"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.936690"], ["updated_at", "2016-06-01 16:22:59.936690"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:22:59.939760"], ["updated_at", "2016-06-01 16:22:59.939760"]]  (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.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.942235"], ["updated_at", "2016-06-01 16:22:59.942235"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.943125"], ["updated_at", "2016-06-01 16:22:59.943125"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.944041"], ["updated_at", "2016-06-01 16:22:59.944041"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.945295"], ["updated_at", "2016-06-01 16:22:59.945295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.946308"], ["updated_at", "2016-06-01 16:22:59.946308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.951295"], ["updated_at", "2016-06-01 16:22:59.951295"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.952308"], ["updated_at", "2016-06-01 16:22:59.952308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.953236"], ["updated_at", "2016-06-01 16:22:59.953236"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.953944"], ["updated_at", "2016-06-01 16:22:59.953944"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.954681"], ["updated_at", "2016-06-01 16:22:59.954681"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.958456"], ["updated_at", "2016-06-01 16:22:59.958456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.959313"], ["updated_at", "2016-06-01 16:22:59.959313"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.960233"], ["updated_at", "2016-06-01 16:22:59.960233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.961045"], ["updated_at", "2016-06-01 16:22:59.961045"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:22:59.961757"], ["updated_at", "2016-06-01 16:22:59.961757"]]  (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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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  (1.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) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:22:59.979879"], ["updated_at", "2016-06-01 16:22:59.979879"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:23:00.001852"], ["updated_at", "2016-06-01 16:23:00.001852"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:23:00.004209"], ["updated_at", "2016-06-01 16:23:00.004209"]]  (0.4ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:23:00.007448"], ["updated_at", "2016-06-01 16:23:00.007448"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.646339"], ["updated_at", "2016-06-01 16:46:01.646339"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.650308"], ["updated_at", "2016-06-01 16:46:01.650308"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.652485"], ["updated_at", "2016-06-01 16:46:01.652485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.660778"], ["updated_at", "2016-06-01 16:46:01.660778"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.662929"], ["updated_at", "2016-06-01 16:46:01.662929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.665370"], ["updated_at", "2016-06-01 16:46:01.665370"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.668726"], ["updated_at", "2016-06-01 16:46:01.668726"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.707214"], ["updated_at", "2016-06-01 16:46:01.707214"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.708407"], ["updated_at", "2016-06-01 16:46:01.708407"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.709336"], ["updated_at", "2016-06-01 16:46:01.709336"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.710127"], ["updated_at", "2016-06-01 16:46:01.710127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.710850"], ["updated_at", "2016-06-01 16:46:01.710850"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:46:01.715860"], ["updated_at", "2016-06-01 16:46:01.715860"]]  (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.6ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.719089"], ["updated_at", "2016-06-01 16:46:01.719089"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.720474"], ["updated_at", "2016-06-01 16:46:01.720474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.721556"], ["updated_at", "2016-06-01 16:46:01.721556"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.722325"], ["updated_at", "2016-06-01 16:46:01.722325"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.723055"], ["updated_at", "2016-06-01 16:46:01.723055"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 166ms (Views: 165.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.892729"], ["updated_at", "2016-06-01 16:46:01.892729"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.893906"], ["updated_at", "2016-06-01 16:46:01.893906"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.895120"], ["updated_at", "2016-06-01 16:46:01.895120"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.896075"], ["updated_at", "2016-06-01 16:46:01.896075"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.896976"], ["updated_at", "2016-06-01 16:46:01.896976"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.901568"], ["updated_at", "2016-06-01 16:46:01.901568"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.902620"], ["updated_at", "2016-06-01 16:46:01.902620"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.903550"], ["updated_at", "2016-06-01 16:46:01.903550"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.904500"], ["updated_at", "2016-06-01 16:46:01.904500"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:01.905352"], ["updated_at", "2016-06-01 16:46:01.905352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.3ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.933497"], ["updated_at", "2016-06-01 16:46:01.933497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:46: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]] Rendered books/show.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.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 2016-06-01 12:46:01 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.969398"], ["updated_at", "2016-06-01 16:46:01.969398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:46: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.3ms) DELETE FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.2ms) 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" = ? [["id", 1]]  (0.6ms) 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 2016-06-01 12:46: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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:46:01.981248"], ["updated_at", "2016-06-01 16:46:01.981248"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:01.984352"], ["updated_at", "2016-06-01 16:46:01.984352"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:46: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 SQL (0.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:46:01.988310"], ["id", 1]]  (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.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.914558"], ["updated_at", "2016-06-01 16:46:21.914558"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.918287"], ["updated_at", "2016-06-01 16:46:21.918287"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.919430"], ["updated_at", "2016-06-01 16:46:21.919430"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.920159"], ["updated_at", "2016-06-01 16:46:21.920159"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.920908"], ["updated_at", "2016-06-01 16:46:21.920908"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-01 16:46:21.925014"], ["updated_at", "2016-06-01 16:46:21.925014"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.928587"], ["updated_at", "2016-06-01 16:46:21.928587"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.929887"], ["updated_at", "2016-06-01 16:46:21.929887"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.931111"], ["updated_at", "2016-06-01 16:46:21.931111"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.932113"], ["updated_at", "2016-06-01 16:46:21.932113"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:21.933098"], ["updated_at", "2016-06-01 16:46:21.933098"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 184ms (Views: 183.0ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.120494"], ["updated_at", "2016-06-01 16:46:22.120494"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.121700"], ["updated_at", "2016-06-01 16:46:22.121700"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.122678"], ["updated_at", "2016-06-01 16:46:22.122678"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.123509"], ["updated_at", "2016-06-01 16:46:22.123509"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.124240"], ["updated_at", "2016-06-01 16:46:22.124240"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.128169"], ["updated_at", "2016-06-01 16:46:22.128169"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.129056"], ["updated_at", "2016-06-01 16:46:22.129056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.129907"], ["updated_at", "2016-06-01 16:46:22.129907"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.130628"], ["updated_at", "2016-06-01 16:46:22.130628"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-01 16:46:22.131351"], ["updated_at", "2016-06-01 16:46:22.131351"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.3ms) Completed 200 OK in 8ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.144019"], ["updated_at", "2016-06-01 16:46:22.144019"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.146133"], ["updated_at", "2016-06-01 16:46:22.146133"]]  (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) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.147969"], ["updated_at", "2016-06-01 16:46:22.147969"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.1ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.150488"], ["updated_at", "2016-06-01 16:46:22.150488"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-01 12:46:22 -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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.2ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-01 12:46:22 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.164389"], ["updated_at", "2016-06-01 16:46:22.164389"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-01 12:46:22 -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.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" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2016-06-01 12:46:22 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-01 16:46:22.175107"], ["updated_at", "2016-06-01 16:46:22.175107"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.179152"], ["updated_at", "2016-06-01 16:46:22.179152"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-01 12:46:22 -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" = ? [["name", "changed book"], ["updated_at", "2016-06-01 16:46:22.204940"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 24ms (ActiveRecord: 0.5ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.214413"], ["updated_at", "2016-06-01 16:46:22.214413"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.217109"], ["updated_at", "2016-06-01 16:46:22.217109"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.220029"], ["updated_at", "2016-06-01 16:46:22.220029"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-01 16:46:22.221910"], ["updated_at", "2016-06-01 16:46:22.221910"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.435216"], ["updated_at", "2016-06-02 14:37:17.435216"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.438702"], ["updated_at", "2016-06-02 14:37:17.438702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.439624"], ["updated_at", "2016-06-02 14:37:17.439624"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.440364"], ["updated_at", "2016-06-02 14:37:17.440364"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.441086"], ["updated_at", "2016-06-02 14:37:17.441086"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-02 14:37:17.444890"], ["updated_at", "2016-06-02 14:37:17.444890"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/books Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.5ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.447497"], ["updated_at", "2016-06-02 14:37:17.447497"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.448345"], ["updated_at", "2016-06-02 14:37:17.448345"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.449299"], ["updated_at", "2016-06-02 14:37:17.449299"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.450054"], ["updated_at", "2016-06-02 14:37:17.450054"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.450769"], ["updated_at", "2016-06-02 14:37:17.450769"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (1.0ms) Completed 200 OK in 152ms (Views: 151.1ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.5ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.608467"], ["updated_at", "2016-06-02 14:37:17.608467"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.610341"], ["updated_at", "2016-06-02 14:37:17.610341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.611485"], ["updated_at", "2016-06-02 14:37:17.611485"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.612456"], ["updated_at", "2016-06-02 14:37:17.612456"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.613597"], ["updated_at", "2016-06-02 14:37:17.613597"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.617956"], ["updated_at", "2016-06-02 14:37:17.617956"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.619033"], ["updated_at", "2016-06-02 14:37:17.619033"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.619914"], ["updated_at", "2016-06-02 14:37:17.619914"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.620668"], ["updated_at", "2016-06-02 14:37:17.620668"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:37:17.621376"], ["updated_at", "2016-06-02 14:37:17.621376"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.2ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.634369"], ["updated_at", "2016-06-02 14:37:17.634369"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.636758"], ["updated_at", "2016-06-02 14:37:17.636758"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.638456"], ["updated_at", "2016-06-02 14:37:17.638456"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.648347"], ["updated_at", "2016-06-02 14:37:17.648347"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-02 10:37: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]] Rendered books/show.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms | 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 2016-06-02 10:37:17 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.664187"], ["updated_at", "2016-06-02 14:37:17.664187"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-02 10:37: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 1ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.6ms) 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 2016-06-02 10:37:17 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-02 14:37:17.674116"], ["updated_at", "2016-06-02 14:37:17.674116"]]  (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.5ms) 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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.679073"], ["updated_at", "2016-06-02 14:37:17.679073"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-02 10:37:17 -0400 Processing by BooksController#update as HTML Parameters: {"id"=>"1", "book"=>{"name"=>"changed book"}} Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-02 14:37:17.683033"], ["id", 1]]  (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.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.703617"], ["updated_at", "2016-06-02 14:37:17.703617"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.706127"], ["updated_at", "2016-06-02 14:37:17.706127"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.709779"], ["updated_at", "2016-06-02 14:37:17.709779"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:37:17.712148"], ["updated_at", "2016-06-02 14:37:17.712148"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.3ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.2ms) 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.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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.777161"], ["updated_at", "2016-06-02 14:38:52.777161"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.779675"], ["updated_at", "2016-06-02 14:38:52.779675"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.780656"], ["updated_at", "2016-06-02 14:38:52.780656"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.783746"], ["updated_at", "2016-06-02 14:38:52.783746"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.784807"], ["updated_at", "2016-06-02 14:38:52.784807"]]  (0.1ms) 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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-02 14:38:52.789033"], ["updated_at", "2016-06-02 14:38:52.789033"]]  (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"  (2.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.794056"], ["updated_at", "2016-06-02 14:38:52.794056"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.795233"], ["updated_at", "2016-06-02 14:38:52.795233"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.796284"], ["updated_at", "2016-06-02 14:38:52.796284"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.797225"], ["updated_at", "2016-06-02 14:38:52.797225"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.798084"], ["updated_at", "2016-06-02 14:38:52.798084"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 143ms (Views: 142.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.3ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.946716"], ["updated_at", "2016-06-02 14:38:52.946716"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.947771"], ["updated_at", "2016-06-02 14:38:52.947771"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.948544"], ["updated_at", "2016-06-02 14:38:52.948544"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.949196"], ["updated_at", "2016-06-02 14:38:52.949196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.949835"], ["updated_at", "2016-06-02 14:38:52.949835"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.954330"], ["updated_at", "2016-06-02 14:38:52.954330"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.955281"], ["updated_at", "2016-06-02 14:38:52.955281"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.956100"], ["updated_at", "2016-06-02 14:38:52.956100"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.956781"], ["updated_at", "2016-06-02 14:38:52.956781"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:38:52.957505"], ["updated_at", "2016-06-02 14:38:52.957505"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.2ms) Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:52.978944"], ["updated_at", "2016-06-02 14:38:52.978944"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:52.983682"], ["updated_at", "2016-06-02 14:38:52.983682"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:52.985486"], ["updated_at", "2016-06-02 14:38:52.985486"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:52.997567"], ["updated_at", "2016-06-02 14:38:52.997567"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-02 10:38:53 -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.1ms) Completed 200 OK in 2ms (Views: 1.2ms | 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 2016-06-02 10:38:53 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:53.013478"], ["updated_at", "2016-06-02 14:38:53.013478"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-02 10:38:53 -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" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2016-06-02 10:38:53 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-02 14:38:53.020920"], ["updated_at", "2016-06-02 14:38:53.020920"]]  (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.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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:53.023855"], ["updated_at", "2016-06-02 14:38:53.023855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-02 10:38:53 -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" = ? [["name", "changed book"], ["updated_at", "2016-06-02 14:38:53.028755"], ["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:53.034710"], ["updated_at", "2016-06-02 14:38:53.034710"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:53.052347"], ["updated_at", "2016-06-02 14:38:53.052347"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:53.054674"], ["updated_at", "2016-06-02 14:38:53.054674"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:38:53.056646"], ["updated_at", "2016-06-02 14:38:53.056646"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) 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 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.186692"], ["updated_at", "2016-06-02 14:47:19.186692"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.192623"], ["updated_at", "2016-06-02 14:47:19.192623"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.195197"], ["updated_at", "2016-06-02 14:47:19.195197"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.3ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.242241"], ["updated_at", "2016-06-02 14:47:19.242241"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.243496"], ["updated_at", "2016-06-02 14:47:19.243496"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.244723"], ["updated_at", "2016-06-02 14:47:19.244723"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.248149"], ["updated_at", "2016-06-02 14:47:19.248149"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.249158"], ["updated_at", "2016-06-02 14:47:19.249158"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-02 14:47:19.253972"], ["updated_at", "2016-06-02 14:47:19.253972"]]  (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"  (2.1ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.259635"], ["updated_at", "2016-06-02 14:47:19.259635"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.261524"], ["updated_at", "2016-06-02 14:47:19.261524"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.262440"], ["updated_at", "2016-06-02 14:47:19.262440"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.263269"], ["updated_at", "2016-06-02 14:47:19.263269"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.264084"], ["updated_at", "2016-06-02 14:47:19.264084"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 169ms (Views: 168.2ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.4ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.439027"], ["updated_at", "2016-06-02 14:47:19.439027"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.440412"], ["updated_at", "2016-06-02 14:47:19.440412"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.441576"], ["updated_at", "2016-06-02 14:47:19.441576"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.442559"], ["updated_at", "2016-06-02 14:47:19.442559"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.443343"], ["updated_at", "2016-06-02 14:47:19.443343"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.447492"], ["updated_at", "2016-06-02 14:47:19.447492"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.448405"], ["updated_at", "2016-06-02 14:47:19.448405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.449548"], ["updated_at", "2016-06-02 14:47:19.449548"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.450516"], ["updated_at", "2016-06-02 14:47:19.450516"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:47:19.451302"], ["updated_at", "2016-06-02 14:47:19.451302"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.3ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ----------------------------------------------------------------------- FastlyHeadersTest: test_/books/:id_show_page_should_have_fastly_headers -----------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.461702"], ["updated_at", "2016-06-02 14:47:19.461702"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-02 10:47: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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 2ms (Views: 1.1ms | 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 2016-06-02 10:47:19 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.477859"], ["updated_at", "2016-06-02 14:47:19.477859"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-02 10:47: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" = ? [["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 2016-06-02 10:47:19 -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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-02 14:47:19.506467"], ["updated_at", "2016-06-02 14:47:19.506467"]]  (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.1ms) 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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.509475"], ["updated_at", "2016-06-02 14:47:19.509475"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-02 10:47: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" = ? [["name", "changed book"], ["updated_at", "2016-06-02 14:47:19.512985"], ["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.3ms) Book Load (0.0ms) SELECT "books".* FROM "books" WHERE "books"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.2ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.519728"], ["updated_at", "2016-06-02 14:47:19.519728"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.522095"], ["updated_at", "2016-06-02 14:47:19.522095"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.524175"], ["updated_at", "2016-06-02 14:47:19.524175"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:47:19.527153"], ["updated_at", "2016-06-02 14:47:19.527153"]]  (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.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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"  (3.0ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.0ms) select sqlite_version(*)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') 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.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- FastlyRails::CacheControlHeadersTest: test_sets_cache_control_headers_on_actioncontroller_request -------------------------------------------------------------------------------------------------  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:51.896393"], ["updated_at", "2016-06-02 14:50:51.896393"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:51.902144"], ["updated_at", "2016-06-02 14:50:51.902144"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:51.904116"], ["updated_at", "2016-06-02 14:50:51.904116"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.934039"], ["updated_at", "2016-06-02 14:50:51.934039"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.935507"], ["updated_at", "2016-06-02 14:50:51.935507"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.936664"], ["updated_at", "2016-06-02 14:50:51.936664"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.937577"], ["updated_at", "2016-06-02 14:50:51.937577"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.938475"], ["updated_at", "2016-06-02 14:50:51.938475"]]  (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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-02 14:50:51.942458"], ["updated_at", "2016-06-02 14:50:51.942458"]]  (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.6ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.945326"], ["updated_at", "2016-06-02 14:50:51.945326"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.946510"], ["updated_at", "2016-06-02 14:50:51.946510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.947707"], ["updated_at", "2016-06-02 14:50:51.947707"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.948752"], ["updated_at", "2016-06-02 14:50:51.948752"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:51.949744"], ["updated_at", "2016-06-02 14:50:51.949744"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 165ms (Views: 164.6ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.3ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.120634"], ["updated_at", "2016-06-02 14:50:52.120634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.121855"], ["updated_at", "2016-06-02 14:50:52.121855"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.122818"], ["updated_at", "2016-06-02 14:50:52.122818"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.123791"], ["updated_at", "2016-06-02 14:50:52.123791"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.124754"], ["updated_at", "2016-06-02 14:50:52.124754"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.130504"], ["updated_at", "2016-06-02 14:50:52.130504"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.131821"], ["updated_at", "2016-06-02 14:50:52.131821"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.132963"], ["updated_at", "2016-06-02 14:50:52.132963"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.133971"], ["updated_at", "2016-06-02 14:50:52.133971"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 14:50:52.134903"], ["updated_at", "2016-06-02 14:50:52.134903"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.3ms) Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.148283"], ["updated_at", "2016-06-02 14:50:52.148283"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.150045"], ["updated_at", "2016-06-02 14:50:52.150045"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.152010"], ["updated_at", "2016-06-02 14:50:52.152010"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.153450"], ["updated_at", "2016-06-02 14:50:52.153450"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.164398"], ["updated_at", "2016-06-02 14:50:52.164398"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-02 10:50: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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction -------------------------------------------------------------------- FastlyHeadersTest: test_/books_index_page_should_have_fastly_headers -------------------------------------------------------------------- Started GET "/books" for 127.0.0.1 at 2016-06-02 10:50:52 -0400 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.177804"], ["updated_at", "2016-06-02 14:50:52.177804"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-02 10:50: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 2ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["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 2016-06-02 10:50: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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-02 14:50:52.188275"], ["updated_at", "2016-06-02 14:50:52.188275"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (0.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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 14:50:52.214995"], ["updated_at", "2016-06-02 14:50:52.214995"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-02 10:50:52 -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" = ? [["name", "changed book"], ["updated_at", "2016-06-02 14:50:52.220015"], ["id", 1]]  (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.5ms) 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.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (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"  (2.7ms) CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" text, "created_at" datetime, "updated_at" datetime, "service_id" varchar)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150312044151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20140407202136') 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 -------------------------------- BooksControllerTest: test_create --------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.070774"], ["updated_at", "2016-06-02 15:29:41.070774"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.073633"], ["updated_at", "2016-06-02 15:29:41.073633"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.075196"], ["updated_at", "2016-06-02 15:29:41.075196"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.076242"], ["updated_at", "2016-06-02 15:29:41.076242"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.077266"], ["updated_at", "2016-06-02 15:29:41.077266"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "books" Processing by BooksController#create as HTML Parameters: {"book"=>{"name"=>"newly-created-book"}}  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "newly-created-book"], ["created_at", "2016-06-02 15:29:41.082192"], ["updated_at", "2016-06-02 15:29:41.082192"]]  (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"  (2.2ms) rollback transaction  (0.1ms) begin transaction ------------------------------- BooksControllerTest: test_index -------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.087677"], ["updated_at", "2016-06-02 15:29:41.087677"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.088876"], ["updated_at", "2016-06-02 15:29:41.088876"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.090022"], ["updated_at", "2016-06-02 15:29:41.090022"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.091094"], ["updated_at", "2016-06-02 15:29:41.091094"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.092052"], ["updated_at", "2016-06-02 15:29:41.092052"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 142ms (Views: 141.1ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "books"  (2.3ms) rollback transaction  (0.1ms) begin transaction ---------------------------------------------------- BooksControllerTest: test_index_with_multiple_params ----------------------------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.239249"], ["updated_at", "2016-06-02 15:29:41.239249"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.240445"], ["updated_at", "2016-06-02 15:29:41.240445"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.241341"], ["updated_at", "2016-06-02 15:29:41.241341"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.242058"], ["updated_at", "2016-06-02 15:29:41.242058"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.242742"], ["updated_at", "2016-06-02 15:29:41.242742"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by BooksController#index as HTML Book Load (0.1ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.0ms) begin transaction ------------------------------ BooksControllerTest: test_show ------------------------------  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.247288"], ["updated_at", "2016-06-02 15:29:41.247288"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.248348"], ["updated_at", "2016-06-02 15:29:41.248348"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.249191"], ["updated_at", "2016-06-02 15:29:41.249191"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.249877"], ["updated_at", "2016-06-02 15:29:41.249877"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "books" ("name", "service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["created_at", "2016-06-02 15:29:41.250535"], ["updated_at", "2016-06-02 15:29:41.250535"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 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.3ms) Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------------- 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.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.269926"], ["updated_at", "2016-06-02 15:29:41.269926"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.272467"], ["updated_at", "2016-06-02 15:29:41.272467"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.274502"], ["updated_at", "2016-06-02 15:29:41.274502"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.279405"], ["updated_at", "2016-06-02 15:29:41.279405"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.281434"], ["updated_at", "2016-06-02 15:29:41.281434"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.283132"], ["updated_at", "2016-06-02 15:29:41.283132"]]  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.284583"], ["updated_at", "2016-06-02 15:29:41.284583"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (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" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.298199"], ["updated_at", "2016-06-02 15:29:41.298199"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/books/1" for 127.0.0.1 at 2016-06-02 11:29:41 -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]] Rendered books/show.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms | 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 2016-06-02 11:29:41 -0400 Processing by BooksController#index as HTML Book Load (0.2ms) SELECT "books".* FROM "books" Rendered books/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------------- FastlyHeadersTest: test_DELETE_/books/:id_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some book name"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.312680"], ["updated_at", "2016-06-02 15:29:41.312680"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started DELETE "/books/1" for 127.0.0.1 at 2016-06-02 11:29: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 1ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "books" WHERE "books"."id" = ? [["id", 1]]  (0.5ms) rollback transaction  (0.0ms) begin transaction ---------------------------------------------------------------------------------------- FastlyHeadersTest: test_POST_/books_should_not_have_fastly_headers/_fastly_header_values ----------------------------------------------------------------------------------------  (0.1ms) SELECT COUNT(*) FROM "books" Started POST "/books" for 127.0.0.1 at 2016-06-02 11:29: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" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "some new book"], ["created_at", "2016-06-02 15:29:41.337630"], ["updated_at", "2016-06-02 15:29:41.337630"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/books Completed 302 Found in 2ms (ActiveRecord: 0.4ms)  (0.0ms) SELECT COUNT(*) FROM "books"  (0.3ms) rollback transaction  (0.0ms) begin transaction ------------------------------------------------------------------------------------------- FastlyHeadersTest: test_PUT_/books/:id_should_not_have_fastly_headers/_fastly_header_values -------------------------------------------------------------------------------------------  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "books" ("name", "service_id", "id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "some new book"], ["service_id", "asdf"], ["id", 1], ["created_at", "2016-06-02 15:29:41.341049"], ["updated_at", "2016-06-02 15:29:41.341049"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started PUT "/books/1" for 127.0.0.1 at 2016-06-02 11:29: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.3ms) UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ? [["name", "changed book"], ["updated_at", "2016-06-02 15:29:41.345004"], ["id", 1]]  (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.6ms) rollback transaction