test/dummy/log/development.log in trust-0.8.3 vs test/dummy/log/development.log in trust-1.4.2

- old
+ new

@@ -14,5 +14,35 @@  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120523144144')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120522115011')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120522130322') +Connecting to database specified by database.yml +MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. +MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1) +  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +  (0.1ms) select sqlite_version(*) +  (1.0ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "type" varchar(255), "client_id" integer, "created_by_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (1.0ms) CREATE TABLE "clients" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "accountant_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (0.1ms) PRAGMA index_list("schema_migrations") +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120523144144') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120522115011') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120522130322') +Connecting to database specified by database.yml +MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. +MONGODB (22ms) admin['$cmd'].find({:ismaster=>1}).limit(-1) +  (0.4ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  +  (0.5ms) select sqlite_version(*) +  (0.9ms) CREATE TABLE "accounts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "type" varchar(255), "client_id" integer, "created_by_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.7ms) CREATE TABLE "clients" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "accountant_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) +  (0.3ms) PRAGMA index_list("schema_migrations") +  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120523144144') +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120522115011') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120522130322')