Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (15.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (8.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) begin transaction  (1.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125104')  (9.7ms) commit transaction  (1.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (10.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (9.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (7.7ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.3ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00]]  (7.7ms) commit transaction  (0.2ms) begin transaction City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 22 Aug 2012 12:28:35 UTC +00:00]]  (8.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (12.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (12.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.4ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 22 Aug 2012 12:28:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:28:38 UTC +00:00]]  (6.9ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (9.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (13.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.0ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (8.5ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 22 Aug 2012 12:59:13 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:59:13 UTC +00:00]]  (9.0ms) commit transaction  (0.0ms) begin transaction City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 22 Aug 2012 12:59:13 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 22 Aug 2012 12:59:13 UTC +00:00]]  (7.0ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.4ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 22 Aug 2012 12:59:16 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 12:59:16 UTC +00:00]]  (9.2ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (14.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (7.5ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 22 Aug 2012 13:01:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 13:01:00 UTC +00:00]]  (8.8ms) commit transaction  (0.0ms) begin transaction City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 22 Aug 2012 13:01:00 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 22 Aug 2012 13:01:00 UTC +00:00]]  (7.3ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (13.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.4ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 22 Aug 2012 13:01:04 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 13:01:04 UTC +00:00]]  (10.4ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (12.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (9.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (7.5ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 22 Aug 2012 13:02:15 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 13:02:15 UTC +00:00]]  (6.9ms) commit transaction  (0.0ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.4ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 22 Aug 2012 13:02:15 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 22 Aug 2012 13:02:15 UTC +00:00]]  (7.0ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (14.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (15.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 22 Aug 2012 13:02:19 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 22 Aug 2012 13:02:19 UTC +00:00]]  (9.5ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (16.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (14.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (7.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (6.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (5.9ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (17.3ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 28 Sep 2012 14:32:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 28 Sep 2012 14:32:55 UTC +00:00]]  (6.1ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.4ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 28 Sep 2012 14:32:55 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 28 Sep 2012 14:32:55 UTC +00:00]]  (6.1ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (10.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (8.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (6.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.8ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Fri, 28 Sep 2012 14:32:59 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 28 Sep 2012 14:32:59 UTC +00:00]]  (6.2ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (13.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (11.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (7.5ms) commit transaction  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.0ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 28 Sep 2012 14:33:36 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 28 Sep 2012 14:33:36 UTC +00:00]]  (7.3ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 28 Sep 2012 14:33:36 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 28 Sep 2012 14:33:36 UTC +00:00]]  (7.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (12.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.3ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Fri, 28 Sep 2012 14:33:40 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 28 Sep 2012 14:33:40 UTC +00:00]]  (9.4ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (10.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (8.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (11.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (11.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (7.4ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.1ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Fri, 28 Sep 2012 14:34:26 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 28 Sep 2012 14:34:26 UTC +00:00]]  (7.3ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 28 Sep 2012 14:34:26 UTC +00:00], ["name", "Paris"], ["updated_at", Fri, 28 Sep 2012 14:34:26 UTC +00:00]]  (6.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.4ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Fri, 28 Sep 2012 14:34:30 UTC +00:00], ["name", "Pascal"], ["updated_at", Fri, 28 Sep 2012 14:34:30 UTC +00:00]]  (7.0ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (11.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (10.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (8.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (5.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (7.3ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.4ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 20 Nov 2012 11:18:07 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 20 Nov 2012 11:18:07 UTC +00:00]]  (7.5ms) commit transaction  (0.1ms) begin transaction City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.4ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 20 Nov 2012 11:18:07 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 20 Nov 2012 11:18:07 UTC +00:00]]  (7.5ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (12.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (9.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.4ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Tue, 20 Nov 2012 11:18:11 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 20 Nov 2012 11:18:11 UTC +00:00]]  (9.3ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (16.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (13.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.7ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (17.9ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Mon, 26 Nov 2012 13:14:09 UTC +00:00], ["name", "Pascal"], ["updated_at", Mon, 26 Nov 2012 13:14:09 UTC +00:00]]  (7.6ms) commit transaction  (0.2ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 26 Nov 2012 13:14:09 UTC +00:00], ["name", "Paris"], ["updated_at", Mon, 26 Nov 2012 13:14:09 UTC +00:00]]  (7.1ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (15.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.5ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Mon, 26 Nov 2012 13:14:13 UTC +00:00], ["name", "Pascal"], ["updated_at", Mon, 26 Nov 2012 13:14:13 UTC +00:00]]  (8.5ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (15.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (9.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (9.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (15.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.3ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.8ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (17.2ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Mon, 26 Nov 2012 13:23:29 UTC +00:00], ["name", "Pascal"], ["updated_at", Mon, 26 Nov 2012 13:23:29 UTC +00:00]]  (7.7ms) commit transaction  (0.2ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 26 Nov 2012 13:23:29 UTC +00:00], ["name", "Paris"], ["updated_at", Mon, 26 Nov 2012 13:23:29 UTC +00:00]]  (6.6ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (14.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Mon, 26 Nov 2012 13:23:34 UTC +00:00], ["name", "Pascal"], ["updated_at", Mon, 26 Nov 2012 13:23:34 UTC +00:00]]  (8.1ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (17.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (11.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (14.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.9ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.9ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 29 Nov 2012 12:38:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 12:38:00 UTC +00:00]]  (7.2ms) commit transaction  (0.1ms) begin transaction City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 12:38:00 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 12:38:00 UTC +00:00]]  (8.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (18.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (14.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.3ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 29 Nov 2012 12:38:05 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 12:38:05 UTC +00:00]]  (8.4ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("people")  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.2ms) select sqlite_version(*)  (13.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.1ms) PRAGMA index_list("schema_migrations")  (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (13.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (10.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateCities (20120606125058)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (9.4ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 29 Nov 2012 12:39:43 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 12:39:43 UTC +00:00]]  (8.3ms) commit transaction  (0.1ms) begin transaction City Load (0.0ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 12:39:43 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 12:39:43 UTC +00:00]]  (7.4ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (9.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 29 Nov 2012 12:39:47 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 12:39:47 UTC +00:00]]  (11.7ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (14.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (9.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.0ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (5.6ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 29 Nov 2012 13:43:27 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 13:43:27 UTC +00:00]]  (7.6ms) commit transaction  (0.2ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 13:43:28 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 13:43:28 UTC +00:00]]  (7.0ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (13.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.8ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 29 Nov 2012 13:43:34 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 13:43:34 UTC +00:00]]  (58.2ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (13.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT version FROM "schema_migrations"  (8.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (11.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (9.4ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (4.0ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 29 Nov 2012 13:44:39 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 13:44:39 UTC +00:00]]  (7.7ms) commit transaction  (0.2ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 13:44:39 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 13:44:39 UTC +00:00]]  (9.8ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (9.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (7.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (6.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (4.1ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 29 Nov 2012 13:44:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 13:44:46 UTC +00:00]]  (7.2ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (15.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (12.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (12.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (12.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.9ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (14.4ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.9ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 29 Nov 2012 15:41:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 15:41:18 UTC +00:00]]  (7.9ms) commit transaction  (0.2ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 29 Nov 2012 15:41:18 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 29 Nov 2012 15:41:18 UTC +00:00]]  (6.9ms) commit transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (13.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (7.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.9ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 29 Nov 2012 15:41:25 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 29 Nov 2012 15:41:25 UTC +00:00]]  (8.9ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (37.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (28.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (11.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (25.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (18.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (16.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (15.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (11.3ms) commit transaction  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.1ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:03:00 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:03:00 UTC +00:00]]  (11.0ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:03:00 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:03:00 UTC +00:00]]  (10.9ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (24.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (14.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (17.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.6ms) commit transaction  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:03:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:03:17 UTC +00:00]]  (10.9ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.5ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:03:17 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:03:17 UTC +00:00]]  (11.0ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (27.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (18.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (19.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (14.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (17.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (16.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.7ms) commit transaction  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:04:17 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:04:17 UTC +00:00]]  (12.1ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:04:17 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:04:17 UTC +00:00]]  (11.9ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (28.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (15.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (14.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (24.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (18.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (12.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (9.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (32.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (44.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (18.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.8ms) commit transaction  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.6ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:13:09 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:13:09 UTC +00:00]]  (12.0ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:13:09 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:13:09 UTC +00:00]]  (11.3ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (24.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (18.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (15.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (11.1ms) commit transaction  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.1ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:13:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:13:51 UTC +00:00]]  (17.0ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:13:51 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:13:51 UTC +00:00]]  (64.8ms) commit transaction Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (20.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.8ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Tue, 28 May 2013 12:13:54 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:13:54 UTC +00:00]]  (16.4ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (110.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (16.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (11.2ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:14:14 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:14:14 UTC +00:00]]  (13.8ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:14:14 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:14:14 UTC +00:00]]  (11.6ms) commit transaction Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (22.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.2ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Tue, 28 May 2013 12:14:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:14:18 UTC +00:00]]  (11.6ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (27.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (19.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (15.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (12.5ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.4ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 12:14:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:14:38 UTC +00:00]]  (12.4ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.4ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 12:14:38 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 12:14:38 UTC +00:00]]  (11.3ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (17.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (14.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.0ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Tue, 28 May 2013 12:14:42 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 12:14:42 UTC +00:00]]  (13.6ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (21.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (23.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (18.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (17.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (20.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (13.1ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Tue, 28 May 2013 15:15:38 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 15:15:38 UTC +00:00]]  (12.6ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 28 May 2013 15:15:38 UTC +00:00], ["name", "Paris"], ["updated_at", Tue, 28 May 2013 15:15:38 UTC +00:00]]  (11.1ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (21.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (12.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (14.4ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Tue, 28 May 2013 15:15:42 UTC +00:00], ["name", "Pascal"], ["updated_at", Tue, 28 May 2013 15:15:42 UTC +00:00]]  (13.6ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (7.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (24.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (16.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (18.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (16.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (15.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (15.1ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (16.4ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Mon, 03 Jun 2013 08:28:53 UTC +00:00], ["name", "Pascal"], ["updated_at", Mon, 03 Jun 2013 08:28:53 UTC +00:00]]  (13.0ms) commit transaction  (0.0ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 03 Jun 2013 08:28:53 UTC +00:00], ["name", "Paris"], ["updated_at", Mon, 03 Jun 2013 08:28:53 UTC +00:00]]  (12.7ms) commit transaction Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (14.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (15.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (16.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (16.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (15.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Mon, 03 Jun 2013 08:28:57 UTC +00:00], ["name", "Pascal"], ["updated_at", Mon, 03 Jun 2013 08:28:57 UTC +00:00]]  (12.9ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (37.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (15.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (24.5ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (15.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (15.1ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (4.5ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 12 Dec 2013 12:53:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 12:53:46 UTC +00:00]]  (13.4ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 12 Dec 2013 12:53:46 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 12 Dec 2013 12:53:46 UTC +00:00]]  (12.2ms) commit transaction Connecting to database specified by database.yml  (0.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (15.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (15.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (14.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.8ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 12 Dec 2013 12:53:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 12:53:51 UTC +00:00]]  (13.5ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (23.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (12.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (12.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (23.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (38.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (30.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (31.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (46.6ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 12 Dec 2013 14:28:48 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 14:28:48 UTC +00:00]]  (92.7ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 12 Dec 2013 14:28:49 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 12 Dec 2013 14:28:49 UTC +00:00]]  (26.0ms) commit transaction Connecting to database specified by database.yml  (16.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (32.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (27.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (22.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (14.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.1ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 12 Dec 2013 14:28:53 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 14:28:53 UTC +00:00]]  (19.1ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.8ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (22.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (15.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (17.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (21.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (13.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (15.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (14.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.4ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (14.5ms) commit transaction  (0.1ms) begin transaction Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.8ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00]]  (13.8ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00], ["name", "Paris"], ["updated_at", Thu, 12 Dec 2013 14:31:18 UTC +00:00]]  (13.0ms) commit transaction Connecting to database specified by database.yml  (14.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (20.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (15.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (14.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Thu, 12 Dec 2013 14:31:22 UTC +00:00], ["name", "Pascal"], ["updated_at", Thu, 12 Dec 2013 14:31:22 UTC +00:00]]  (13.5ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (21.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (15.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (9.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (9.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (9.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (8.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (8.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (10.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (8.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (8.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (14.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (12.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (56.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (9.8ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (4.8ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00]]  (11.3ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:31:46 UTC +00:00]]  (9.8ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:31:51 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:31:51 UTC +00:00]]  (11.2ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (10.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (9.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (11.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (9.7ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00]]  (11.2ms) commit transaction  (0.1ms) begin transaction City Load (0.2ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:33:02 UTC +00:00]]  (10.0ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (10.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:33:06 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:33:06 UTC +00:00]]  (13.0ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (8.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (16.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (6.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (8.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (11.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (10.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (18.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (11.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (14.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (13.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (11.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (9.6ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.0ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00]]  (9.6ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:39:41 UTC +00:00]]  (9.1ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (8.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.0ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:39:46 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:39:46 UTC +00:00]]  (11.9ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (16.5ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00]]  (10.2ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 12:49:36 UTC +00:00]]  (10.4ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (12.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 12:49:40 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 12:49:40 UTC +00:00]]  (9.5ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (18.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (8.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (8.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (9.7ms) commit transaction  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00]]  (11.0ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 13:05:20 UTC +00:00]]  (9.8ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (13.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (10.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.6ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 13:05:25 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:05:25 UTC +00:00]]  (9.8ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.9ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.2ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.5ms) ALTER TABLE "people" ADD "city_id" integer  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (10.1ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.7ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00]]  (10.0ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.3ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 13:07:22 UTC +00:00]]  (10.0ms) commit transaction Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (12.1ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.8ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 13:07:27 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:07:27 UTC +00:00]]  (24.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.2ms) ALTER TABLE "people" ADD "city_id" integer SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120606125058"]]  (10.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' ORDER BY "cities"."id" ASC LIMIT 1 SQL (1.1ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-09-10 13:39:17.174520"], ["name", "Paris"], ["updated_at", "2014-09-10 13:39:17.174520"]]  (14.3ms) commit transaction Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (24.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (12.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (11.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (9.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (10.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (13.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (13.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateCities (20120606125058)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) ALTER TABLE "people" ADD "city_id" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125058')  (11.6ms) commit transaction  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (2.8ms) INSERT INTO "people" ("birthday", "city_id", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?, ?) [["birthday", nil], ["city_id", nil], ["created_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00]]  (9.5ms) commit transaction  (0.1ms) begin transaction City Load (0.1ms) SELECT "cities".* FROM "cities" WHERE "cities"."name" = 'Paris' LIMIT 1 SQL (0.2ms) INSERT INTO "cities" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00], ["name", "Paris"], ["updated_at", Wed, 10 Sep 2014 13:42:49 UTC +00:00]]  (10.4ms) commit transaction Connecting to database specified by database.yml  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.4ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (9.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (11.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (11.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104')  (0.1ms) begin transaction Person Load (0.1ms) SELECT "people".* FROM "people" WHERE "people"."name" = 'Pascal' LIMIT 1 SQL (3.1ms) INSERT INTO "people" ("birthday", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["birthday", nil], ["created_at", Wed, 10 Sep 2014 13:42:55 UTC +00:00], ["name", "Pascal"], ["updated_at", Wed, 10 Sep 2014 13:42:55 UTC +00:00]]  (16.6ms) commit transaction Connecting to database specified by database.yml  (0.0ms) select sqlite_version(*)  (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (2.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePeople (20120606125104)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120606125104')  (10.7ms) commit transaction  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (11.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (14.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (10.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (12.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') Connecting to database specified by database.yml  (0.7ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (11.0ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "birthday" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (7.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (8.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (9.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120606125104') DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5)  (8.2ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] TRANSACTION (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2022-10-17 09:16:20.518737"], ["updated_at", "2022-10-17 09:16:20.518737"]] TRANSACTION (1.2ms) commit transaction ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Leaving `ActiveRecord::ConnectionAdapters::SQLite3Adapter.represent_boolean_as_integer` set to false is deprecated. SQLite databases have used 't' and 'f' to serialize boolean values and must have old data converted to 1 and 0 (its native boolean serialization) before setting this flag to true. Conversion can be accomplished by setting up a rake task which runs ExampleModel.where("boolean_column = 't'").update_all(boolean_column: 1) ExampleModel.where("boolean_column = 'f'").update_all(boolean_column: 0) for all models and all boolean columns, after which the flag must be set to true by adding the following to your application.rb file: Rails.application.config.active_record.sqlite3.represent_boolean_as_integer = true (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/pzumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/pzumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:209) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:202) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application. The new connection handling does not support `connection_handlers` getter and setter. Read more about how to migrate at: https://guides.rubyonrails.org/active_record_multiple_databases.html#migrate-to-the-new-connection-handling (called from at /home/zumkehr/src/ruby/libraries/wagons/test/dummy/config/environment.rb:5) ActiveRecord::SchemaMigration Pluck (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: ActiveRecord::Base.schema_format is deprecated and will be removed in Rails 7.1. Use `ActiveRecord.schema_format` instead. (called from block (2 levels) in at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:202) ActiveRecord::SchemaMigration Pluck (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.0ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]] ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: SchemaMigration no longer inherits from ActiveRecord::Base. If you want to use the default connection, remove this argument. If you want to use a specific connection, instantiate MigrationContext with the connection's schema migration, for example `MigrationContext.new(path, Dog.connection.schema_migration)`. (called from new at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:189) ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: SchemaMigration no longer inherits from ActiveRecord::Base. If you want to use the default connection, remove this argument. If you want to use a specific connection, instantiate MigrationContext with the connection's schema migration, for example `MigrationContext.new(path, Dog.connection.schema_migration)`. (called from new at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:189) ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT * FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? ORDER BY "ar_internal_metadata"."key" ASC LIMIT 1 [[nil, "environment"]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC DEPRECATION WARNING: SchemaMigration no longer inherits from ActiveRecord::Base. If you want to use the default connection, remove this argument. If you want to use a specific connection, instantiate MigrationContext with the connection's schema migration, for example `MigrationContext.new(path, Dog.connection.schema_migration)`. (called from new at /home/zumkehr/src/ruby/libraries/wagons/lib/tasks/wagons.rake:189) ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC