(0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (21.8ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Sun, 01 Nov 2015 11:08:10 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:08:10 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.3ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Sun, 01 Nov 2015 11:09:54 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (18.6ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 02 Nov 2015 11:09:54 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.8ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["name", "Jane"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 14:53:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 14:53:24 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (20.5ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:30:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:30:15 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.6ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:31:37 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:37 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (21.1ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:31:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:31:59 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (22.0ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["name", "John"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:32:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:32:44 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (21.7ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:33:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:03 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.2ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:33:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:20 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (20.4ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.2ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:33:45 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:33:45 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.2ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:34:08 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:34:08 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (20.9ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:35:41 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:35:41 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (20.7ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:38:52 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:38:52 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (20.6ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:40:38 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:38 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.5ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:40:57 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:40:57 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateMovies (1)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "movies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "year" integer, "prequel_id" integer, "reviewer_id" integer, "box_office_result" integer)  SQL (0.8ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "1"]]  (0.0ms) commit transaction Migrating to CreateUsers (2)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255), "name" varchar(255), "deleted" boolean, "locked" boolean, "subscribed" boolean, "scared" boolean, "scared_by_spiders" boolean, "created_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "2"]]  (0.0ms) commit transaction Migrating to CreatePayments (3)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "comment" text, "amount" integer)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "3"]]  (0.0ms) commit transaction Migrating to CreateActors (4)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "actors" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (2.4ms) INSERT INTO "users" ("created_at") VALUES (?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "actors" DEFAULT VALUES  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title", "year") VALUES (?, ?) [["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result", "title", "year") VALUES (?, ?, ?) [["box_office_result", 32000000], ["title", "Sunshine"], ["year", 2007]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "transformed value"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("box_office_result") VALUES (?) [["box_office_result", 99999999]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["name", "Susanne"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "payments" ("amount", "comment") VALUES (?, ?) [["amount", 120], ["comment", "Thanks for lending"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Payment Load (0.1ms) SELECT "payments".* FROM "payments" ORDER BY "payments"."id" DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "title") VALUES (?, ?) [["prequel_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunrise' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 2], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "name") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["name", "John"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."name" = 'John' LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "created_at" = ? WHERE "users"."id" = 2 [["created_at", Wed, 25 Nov 2015 18:43:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Limitless"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("title") VALUES (?) [["title", "Before Sunrise"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" ORDER BY id DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) INSERT INTO "movies" ("prequel_id", "reviewer_id", "title") VALUES (?, ?, ?) [["prequel_id", 2], ["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Movie Load (0.1ms) SELECT "movies".* FROM "movies" WHERE "movies"."title" = 'Before Sunset' LIMIT 1 Movie Load (0.0ms) SELECT "movies".* FROM "movies" WHERE "movies"."id" = ? LIMIT 1 [["id", 2]] User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) rollback transaction  (0.0ms) begin transaction User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY created_at DESC, id DESC LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.1ms) SELECT "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT 1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) UPDATE "users" SET "deleted" = ? WHERE "users"."id" = 1 [["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1 User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "movies" ("reviewer_id", "title") VALUES (?, ?) [["reviewer_id", 1], ["title", "Before Sunset"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "name") VALUES (?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true], ["name", "Jane"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted") VALUES (?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", false]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "subscribed") VALUES (?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", false], ["locked", true], ["subscribed", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true], ["locked", true], ["scared", false], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "users" ("created_at", "deleted", "locked", "scared", "scared_by_spiders") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 26 Nov 2015 18:43:33 UTC +00:00], ["deleted", true], ["locked", true], ["scared", true], ["scared_by_spiders", true]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction