(1.0ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.0ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (1.1ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (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") Todo Load (0.2ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-05-15 22:13:44.120657"], ["updated_at", "2019-05-15 22:13:44.120657"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.130622"], ["updated_at", "2019-05-15 22:13:44.130622"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.134575"], ["updated_at", "2019-05-15 22:13:44.134575"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.138762"], ["updated_at", "2019-05-15 22:13:44.138762"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:13:44.147745"], ["updated_at", "2019-05-15 22:13:44.147745"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.153813"], ["updated_at", "2019-05-15 22:13:44.153813"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 6]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.158306"], ["updated_at", "2019-05-15 22:13:44.158306"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT 1 [["name", "Bill"]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.162999"], ["updated_at", "2019-05-15 22:13:44.162999"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]  (0.3ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:13:44.167407"], ["updated_at", "2019-05-15 22:13:44.167407"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.330046"], ["updated_at", "2019-05-15 22:13:44.330046"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-05-15 22:13:44.335327"], ["updated_at", "2019-05-15 22:13:44.335327"]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1 Todo Load (1.0ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT 1 [["author_id", 1]] Todo Load (0.6ms) SELECT "todos".* FROM "todos"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]  (0.6ms) commit transaction Author Load (0.2ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.358040"], ["updated_at", "2019-05-15 22:13:44.358040"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-05-15 22:13:44.360628"], ["updated_at", "2019-05-15 22:13:44.360628"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.368369"], ["updated_at", "2019-05-15 22:13:44.368369"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-05-15 22:13:44.370395"], ["updated_at", "2019-05-15 22:13:44.370395"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Author Load (0.2ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 3]] [ActiveJob] [Test::Job::Journey] [fbda573e-25be-4114-a4e3-9117cbb96f9c] Performing Test::Job::Journey from Inline(default) [ActiveJob] [Test::Job::Journey] [fbda573e-25be-4114-a4e3-9117cbb96f9c] Performed Test::Job::Journey from Inline(default) in 0.19ms Todo Load (0.2ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.427732"], ["updated_at", "2019-05-15 22:13:44.427732"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-05-15 22:13:44.429567"], ["updated_at", "2019-05-15 22:13:44.429567"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.436254"], ["updated_at", "2019-05-15 22:13:44.436254"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-05-15 22:13:44.438012"], ["updated_at", "2019-05-15 22:13:44.438012"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.444320"], ["updated_at", "2019-05-15 22:13:44.444320"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-05-15 22:13:44.446175"], ["updated_at", "2019-05-15 22:13:44.446175"]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT 1 [["name", "Pitbull"]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.452843"], ["updated_at", "2019-05-15 22:13:44.452843"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-05-15 22:13:44.454785"], ["updated_at", "2019-05-15 22:13:44.454785"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 7]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:13:44.461541"], ["updated_at", "2019-05-15 22:13:44.461541"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-05-15 22:13:44.463497"], ["updated_at", "2019-05-15 22:13:44.463497"]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT 1 [["name", "Pitbull"]]  (1.0ms) CREATE TABLE "todos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "authors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.211283"], ["updated_at", "2019-05-15 22:25:42.211283"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-05-15 22:25:42.224874"], ["updated_at", "2019-05-15 22:25:42.224874"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.230544"], ["updated_at", "2019-05-15 22:25:42.230544"]]  (0.7ms) commit transaction Todo Load (0.2ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.235024"], ["updated_at", "2019-05-15 22:25:42.235024"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-05-15 22:25:42.239546"], ["updated_at", "2019-05-15 22:25:42.239546"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.244306"], ["updated_at", "2019-05-15 22:25:42.244306"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.249160"], ["updated_at", "2019-05-15 22:25:42.249160"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT 1 [["name", "Bill"]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.254346"], ["updated_at", "2019-05-15 22:25:42.254346"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT 1 [["id", 8]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-05-15 22:25:42.259166"], ["updated_at", "2019-05-15 22:25:42.259166"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]  (1.1ms) commit transaction Author Load (0.2ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.282069"], ["updated_at", "2019-05-15 22:25:42.282069"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-05-15 22:25:42.287569"], ["updated_at", "2019-05-15 22:25:42.287569"]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT 1 [["name", "Pitbull"]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.295217"], ["updated_at", "2019-05-15 22:25:42.295217"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-05-15 22:25:42.297244"], ["updated_at", "2019-05-15 22:25:42.297244"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT 1 [["name", "Pitbull"]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.303686"], ["updated_at", "2019-05-15 22:25:42.303686"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-05-15 22:25:42.305614"], ["updated_at", "2019-05-15 22:25:42.305614"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.311684"], ["updated_at", "2019-05-15 22:25:42.311684"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-05-15 22:25:42.313704"], ["updated_at", "2019-05-15 22:25:42.313704"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.327573"], ["updated_at", "2019-05-15 22:25:42.327573"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-05-15 22:25:42.329800"], ["updated_at", "2019-05-15 22:25:42.329800"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 5]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.486610"], ["updated_at", "2019-05-15 22:25:42.486610"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-05-15 22:25:42.488809"], ["updated_at", "2019-05-15 22:25:42.488809"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.496126"], ["updated_at", "2019-05-15 22:25:42.496126"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-05-15 22:25:42.497952"], ["updated_at", "2019-05-15 22:25:42.497952"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT 1 Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT 1 [["author_id", 7]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-05-15 22:25:42.505413"], ["updated_at", "2019-05-15 22:25:42.505413"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-05-15 22:25:42.507414"], ["updated_at", "2019-05-15 22:25:42.507414"]]  (0.9ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT 1 Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT 1 [["id", 8]] [ActiveJob] [Test::Job::Journey] [d37fe491-53ea-45c5-a728-85bd51c38b49] Performing Test::Job::Journey from Inline(default) [ActiveJob] [Test::Job::Journey] [d37fe491-53ea-45c5-a728-85bd51c38b49] Performed Test::Job::Journey from Inline(default) in 0.16ms  (0.0ms) DROP TABLE IF EXISTS "todos"  (0.8ms) SELECT sqlite_version(*)  (1.1ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")  (0.1ms) DROP TABLE IF EXISTS "authors"  (0.9ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:26:06.688255"], ["updated_at", "2019-10-20 17:26:06.688255"]]  (0.6ms) commit transaction  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 3ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.934536"], ["updated_at", "2019-10-20 17:26:06.934536"]]  (1.1ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:26:06.942478"], ["updated_at", "2019-10-20 17:26:06.942478"]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.954633"], ["updated_at", "2019-10-20 17:26:06.954633"]]  (0.5ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:26:06.956270"], ["updated_at", "2019-10-20 17:26:06.956270"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.965124"], ["updated_at", "2019-10-20 17:26:06.965124"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:26:06.966856"], ["updated_at", "2019-10-20 17:26:06.966856"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.972747"], ["updated_at", "2019-10-20 17:26:06.972747"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:26:06.974531"], ["updated_at", "2019-10-20 17:26:06.974531"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:06.980897"], ["updated_at", "2019-10-20 17:26:06.980897"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:26:06.982825"], ["updated_at", "2019-10-20 17:26:06.982825"]]  (0.8ms) commit transaction Author Load (0.2ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]  (1.1ms) commit transaction Author Load (0.2ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]  (0.9ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.040803"], ["updated_at", "2019-10-20 17:26:07.040803"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:26:07.045753"], ["updated_at", "2019-10-20 17:26:07.045753"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.052145"], ["updated_at", "2019-10-20 17:26:07.052145"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.057567"], ["updated_at", "2019-10-20 17:26:07.057567"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:07.062290"], ["updated_at", "2019-10-20 17:26:07.062290"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.0ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.068855"], ["updated_at", "2019-10-20 17:26:07.068855"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.073490"], ["updated_at", "2019-10-20 17:26:07.073490"]]  (0.5ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.078927"], ["updated_at", "2019-10-20 17:26:07.078927"]]  (0.9ms) commit transaction Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:07.085336"], ["updated_at", "2019-10-20 17:26:07.085336"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:07.102243"], ["updated_at", "2019-10-20 17:26:07.102243"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:26:07.104207"], ["updated_at", "2019-10-20 17:26:07.104207"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 6], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]  (0.5ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:07.111607"], ["updated_at", "2019-10-20 17:26:07.111607"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:26:07.113308"], ["updated_at", "2019-10-20 17:26:07.113308"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:07.121871"], ["updated_at", "2019-10-20 17:26:07.121871"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:26:07.123847"], ["updated_at", "2019-10-20 17:26:07.123847"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] [ActiveJob] [Test::Job::Journey] [c388fba6-5c80-4813-9530-b7f4ed78af46] Performing Test::Job::Journey (Job ID: c388fba6-5c80-4813-9530-b7f4ed78af46) from Async(default) [ActiveJob] [Test::Job::Journey] [c388fba6-5c80-4813-9530-b7f4ed78af46] Performed Test::Job::Journey (Job ID: c388fba6-5c80-4813-9530-b7f4ed78af46) from Async(default) in 0.16ms  (0.1ms) DROP TABLE IF EXISTS "todos"  (0.7ms) SELECT sqlite_version(*)  (1.5ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.1ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")  (0.1ms) DROP TABLE IF EXISTS "authors"  (0.8ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:26:19.163254"], ["updated_at", "2019-10-20 17:26:19.163254"]]  (0.6ms) commit transaction  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.366869"], ["updated_at", "2019-10-20 17:26:19.366869"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:26:19.374602"], ["updated_at", "2019-10-20 17:26:19.374602"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.384933"], ["updated_at", "2019-10-20 17:26:19.384933"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:26:19.386736"], ["updated_at", "2019-10-20 17:26:19.386736"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 2], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.397704"], ["updated_at", "2019-10-20 17:26:19.397704"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:26:19.399725"], ["updated_at", "2019-10-20 17:26:19.399725"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]  (0.4ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]  (0.5ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.418903"], ["updated_at", "2019-10-20 17:26:19.418903"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:26:19.420625"], ["updated_at", "2019-10-20 17:26:19.420625"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.428091"], ["updated_at", "2019-10-20 17:26:19.428091"]]  (0.5ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:26:19.430013"], ["updated_at", "2019-10-20 17:26:19.430013"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]  (1.0ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.437210"], ["updated_at", "2019-10-20 17:26:19.437210"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:26:19.438953"], ["updated_at", "2019-10-20 17:26:19.438953"]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.445740"], ["updated_at", "2019-10-20 17:26:19.445740"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.5ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:26:19.447837"], ["updated_at", "2019-10-20 17:26:19.447837"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:26:19.454628"], ["updated_at", "2019-10-20 17:26:19.454628"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:26:19.456408"], ["updated_at", "2019-10-20 17:26:19.456408"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.3ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.463925"], ["updated_at", "2019-10-20 17:26:19.463925"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:26:19.468651"], ["updated_at", "2019-10-20 17:26:19.468651"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.476257"], ["updated_at", "2019-10-20 17:26:19.476257"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.481461"], ["updated_at", "2019-10-20 17:26:19.481461"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:26:19.486036"], ["updated_at", "2019-10-20 17:26:19.486036"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.0ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.493659"], ["updated_at", "2019-10-20 17:26:19.493659"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.499238"], ["updated_at", "2019-10-20 17:26:19.499238"]]  (0.9ms) commit transaction Todo Load (0.2ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.505549"], ["updated_at", "2019-10-20 17:26:19.505549"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:26:19.510565"], ["updated_at", "2019-10-20 17:26:19.510565"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] [ActiveJob] [Test::Job::Journey] [5938cde5-1365-40f5-96a8-03a218a1c01f] Performing Test::Job::Journey (Job ID: 5938cde5-1365-40f5-96a8-03a218a1c01f) from Async(default) [ActiveJob] [Test::Job::Journey] [5938cde5-1365-40f5-96a8-03a218a1c01f] Performed Test::Job::Journey (Job ID: 5938cde5-1365-40f5-96a8-03a218a1c01f) from Async(default) in 0.14ms Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) DROP TABLE IF EXISTS "todos"  (0.6ms) SELECT sqlite_version(*)  (1.5ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")  (0.1ms) DROP TABLE IF EXISTS "authors"  (0.9ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:27:05.564742"], ["updated_at", "2019-10-20 17:27:05.564742"]]  (0.7ms) commit transaction  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.0ms) SELECT "todos".* FROM "todos" Author Load (0.0ms) SELECT "authors".* FROM "authors" Todo Load (0.0ms) SELECT "todos".* FROM "todos" Author Load (0.0ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.720075"], ["updated_at", "2019-10-20 17:27:05.720075"]]  (1.2ms) commit transaction Todo Load (0.2ms) SELECT "todos".* FROM "todos"  (0.1ms) begin transaction Todo Destroy (0.4ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.727305"], ["updated_at", "2019-10-20 17:27:05.727305"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.735122"], ["updated_at", "2019-10-20 17:27:05.735122"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:27:05.740561"], ["updated_at", "2019-10-20 17:27:05.740561"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:27:05.745861"], ["updated_at", "2019-10-20 17:27:05.745861"]]  (0.7ms) commit transaction Todo Load (0.2ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.3ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.752869"], ["updated_at", "2019-10-20 17:27:05.752869"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.758337"], ["updated_at", "2019-10-20 17:27:05.758337"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.763471"], ["updated_at", "2019-10-20 17:27:05.763471"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:27:05.768129"], ["updated_at", "2019-10-20 17:27:05.768129"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.776284"], ["updated_at", "2019-10-20 17:27:05.776284"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Todo Create (0.4ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:27:05.780999"], ["updated_at", "2019-10-20 17:27:05.780999"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]  (0.9ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.791253"], ["updated_at", "2019-10-20 17:27:05.791253"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:27:05.793071"], ["updated_at", "2019-10-20 17:27:05.793071"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.799366"], ["updated_at", "2019-10-20 17:27:05.799366"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:27:05.801121"], ["updated_at", "2019-10-20 17:27:05.801121"]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.811352"], ["updated_at", "2019-10-20 17:27:05.811352"]]  (0.5ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:27:05.812905"], ["updated_at", "2019-10-20 17:27:05.812905"]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]  (0.5ms) commit transaction  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.819496"], ["updated_at", "2019-10-20 17:27:05.819496"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:27:05.821702"], ["updated_at", "2019-10-20 17:27:05.821702"]]  (0.8ms) commit transaction [ActiveJob] [Test::Job::Journey] [379b36d3-e1c9-453a-a3ee-569ddc274de2] Performing Test::Job::Journey (Job ID: 379b36d3-e1c9-453a-a3ee-569ddc274de2) from Async(default) [ActiveJob] [Test::Job::Journey] [379b36d3-e1c9-453a-a3ee-569ddc274de2] Performed Test::Job::Journey (Job ID: 379b36d3-e1c9-453a-a3ee-569ddc274de2) from Async(default) in 0.15ms Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]  (1.2ms) commit transaction Author Load (0.2ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]  (0.5ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:05.994371"], ["updated_at", "2019-10-20 17:27:05.994371"]]  (3.1ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:27:05.998701"], ["updated_at", "2019-10-20 17:27:05.998701"]]  (5.0ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]  (1.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:06.012200"], ["updated_at", "2019-10-20 17:27:06.012200"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:27:06.014016"], ["updated_at", "2019-10-20 17:27:06.014016"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:27:06.020591"], ["updated_at", "2019-10-20 17:27:06.020591"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:27:06.022300"], ["updated_at", "2019-10-20 17:27:06.022300"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 8], ["LIMIT", 1]]  (0.1ms) DROP TABLE IF EXISTS "todos"  (0.7ms) SELECT sqlite_version(*)  (1.5ms) CREATE TABLE "todos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "author_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_todos_on_author_id" ON "todos" ("author_id")  (0.1ms) DROP TABLE IF EXISTS "authors"  (0.9ms) CREATE TABLE "authors" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.5ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-10-20 17:32:17.943799"], ["updated_at", "2019-10-20 17:32:17.943799"]]  (0.9ms) commit transaction  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.105033"], ["updated_at", "2019-10-20 17:32:18.105033"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 1], ["created_at", "2019-10-20 17:32:18.112745"], ["updated_at", "2019-10-20 17:32:18.112745"]]  (0.8ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."author_id" = ? ORDER BY "todos"."id" ASC LIMIT ? [["author_id", 1], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 1]]  (0.9ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.126586"], ["updated_at", "2019-10-20 17:32:18.126586"]]  (0.5ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 2], ["created_at", "2019-10-20 17:32:18.128213"], ["updated_at", "2019-10-20 17:32:18.128213"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 2]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.135335"], ["updated_at", "2019-10-20 17:32:18.135335"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 3], ["created_at", "2019-10-20 17:32:18.136970"], ["updated_at", "2019-10-20 17:32:18.136970"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] [ActiveJob] [Test::Job::Journey] [979ca807-930f-408f-9c94-510350cada78] Performing Test::Job::Journey (Job ID: 979ca807-930f-408f-9c94-510350cada78) from Async(default) [ActiveJob] [Test::Job::Journey] [979ca807-930f-408f-9c94-510350cada78] Performed Test::Job::Journey (Job ID: 979ca807-930f-408f-9c94-510350cada78) from Async(default) in 0.16ms Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 3]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 3]]  (0.5ms) commit transaction  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.162041"], ["updated_at", "2019-10-20 17:32:18.162041"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 4]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.166097"], ["updated_at", "2019-10-20 17:32:18.166097"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 5]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.170488"], ["updated_at", "2019-10-20 17:32:18.170488"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 6]]  (0.6ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Be awesome"], ["created_at", "2019-10-20 17:32:18.177628"], ["updated_at", "2019-10-20 17:32:18.177628"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 7]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2019-10-20 17:32:18.182773"], ["updated_at", "2019-10-20 17:32:18.182773"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 8]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.0ms) SELECT "authors".* FROM "authors" Todo Load (0.1ms) SELECT "todos".* FROM "todos" Author Load (0.0ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.190412"], ["updated_at", "2019-10-20 17:32:18.190412"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 9]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.194890"], ["updated_at", "2019-10-20 17:32:18.194890"]]  (0.8ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 10]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.199502"], ["updated_at", "2019-10-20 17:32:18.199502"]]  (0.7ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."name" = ? LIMIT ? [["name", "Bill"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 11]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.1ms) begin transaction Todo Create (0.2ms) INSERT INTO "todos" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bill"], ["created_at", "2019-10-20 17:32:18.204145"], ["updated_at", "2019-10-20 17:32:18.204145"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" WHERE "todos"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Processing by AnonymousController#index as HTML Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 12]]  (1.2ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.318677"], ["updated_at", "2019-10-20 17:32:18.318677"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 4], ["created_at", "2019-10-20 17:32:18.320596"], ["updated_at", "2019-10-20 17:32:18.320596"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."id" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 13]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.0ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.327960"], ["updated_at", "2019-10-20 17:32:18.327960"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 5], ["created_at", "2019-10-20 17:32:18.330220"], ["updated_at", "2019-10-20 17:32:18.330220"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" ORDER BY "authors"."id" ASC LIMIT ? [["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 14]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 5]]  (0.5ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.336945"], ["updated_at", "2019-10-20 17:32:18.336945"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 6], ["created_at", "2019-10-20 17:32:18.338680"], ["updated_at", "2019-10-20 17:32:18.338680"]]  (0.6ms) commit transaction Todo Load (0.1ms) SELECT "todos".* FROM "todos" ORDER BY "todos"."id" ASC LIMIT ? [["LIMIT", 1]] Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 15]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Author Create (0.3ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.346429"], ["updated_at", "2019-10-20 17:32:18.346429"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 7], ["created_at", "2019-10-20 17:32:18.348508"], ["updated_at", "2019-10-20 17:32:18.348508"]]  (0.7ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors" WHERE "authors"."name" = ? ORDER BY "authors"."name" ASC LIMIT ? [["name", "Pitbull"], ["LIMIT", 1]] Todo Load (0.1ms) SELECT "todos".* FROM "todos"  (0.0ms) begin transaction Todo Destroy (0.2ms) DELETE FROM "todos" WHERE "todos"."id" = ? [["id", 16]]  (0.5ms) commit transaction Author Load (0.1ms) SELECT "authors".* FROM "authors"  (0.0ms) begin transaction Author Destroy (0.2ms) DELETE FROM "authors" WHERE "authors"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Author Create (0.2ms) INSERT INTO "authors" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Pitbull"], ["created_at", "2019-10-20 17:32:18.355384"], ["updated_at", "2019-10-20 17:32:18.355384"]]  (0.6ms) commit transaction  (0.1ms) begin transaction Todo Create (0.3ms) INSERT INTO "todos" ("name", "author_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Be even more awesome"], ["author_id", 8], ["created_at", "2019-10-20 17:32:18.357132"], ["updated_at", "2019-10-20 17:32:18.357132"]]  (0.6ms) commit transaction