Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateI18nModel (20120923194640)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "i18n_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (3.4ms) commit transaction Migrating to CreateSlugs (20120923194937)  (0.1ms) begin transaction  (0.1ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "slugs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "param" varchar(255) NOT NULL, "locale" varchar(255) NOT NULL, "sluggable_id" integer NOT NULL, "sluggable_type" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("slugs")  (0.1ms) CREATE INDEX "index_slugs_on_param" ON "slugs" ("param")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_param')  (0.1ms) CREATE INDEX "index_slugs_on_locale" ON "slugs" ("locale")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param')  (0.1ms) CREATE INDEX "index_slugs_on_sluggable_id" ON "slugs" ("sluggable_id")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param')  (0.1ms) CREATE INDEX "index_slugs_on_sluggable_type" ON "slugs" ("sluggable_type")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param')  (0.1ms) CREATE INDEX "index_slugs_on_created_at" ON "slugs" ("created_at")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param')  (0.1ms) CREATE INDEX "index_slugs_on_updated_at" ON "slugs" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194937')  (3.4ms) commit transaction  (0.4ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') 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 CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "i18n_models_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "i18n_model_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_i18n_model_id" ON "i18n_models_i18n" ("i18n_model_id")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_locale" ON "i18n_models_i18n" ("locale")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_name" ON "i18n_models_i18n" ("name")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_created_at" ON "i18n_models_i18n" ("created_at")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_updated_at" ON "i18n_models_i18n" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923195534')  (3.3ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (296.5ms) DROP TABLE "i18n_models"  (5.9ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20120923194640'  (0.5ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) PRAGMA index_list("i18n_models_i18n")  (0.1ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) select sqlite_version(*)  (3.0ms) CREATE TABLE "i18n_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.5ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml 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 CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534)  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such column: slugs.i18n_model_id: SELECT "slugs".* FROM "slugs" WHERE "slugs"."i18n_model_id" = 2 SQLite3::SQLException: no such column: slugs.i18n_model_id: SELECT "slugs".* FROM "slugs" WHERE "slugs"."i18n_model_id" = 3 Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such column: slugs.i18n_model_id: SELECT "slugs".* FROM "slugs" WHERE "slugs"."i18n_model_id" IS NULL AND "slugs"."id" = ? LIMIT 1 Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** Connecting to database specified by database.yml ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** Connecting to database specified by database.yml ***** Debugger requested, but was not available (ensure ruby-debug is listed in Gemfile/installed as gem): Start server with --debugger to enable ***** Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml 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 CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534) Migrating to I18nModelAge (20120924004426)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.2ms) ALTER TABLE "i18n_model_i18n" ADD "age" integer SQLite3::SQLException: no such table: i18n_model_i18n: ALTER TABLE "i18n_model_i18n" ADD "age" integer  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534) Migrating to I18nModelAge (20120924004426)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "i18n_models_i18n" ADD "age" integer  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924004426')  (59.6ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.1ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml 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 CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534) Migrating to I18nModelAge (20120924004426) Migrating to CreateModels (20120924010158)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924010158')  (3.1ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("models")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml Connecting to database specified by database.yml 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 CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534) Migrating to I18nModelAge (20120924004426) Migrating to CreateModels (20120924010158) Migrating to ModelSlug (20120924012314)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.1ms) ALTER TABLE "model" ADD "slug" varchar(255) SQLite3::SQLException: no such table: model: ALTER TABLE "model" ADD "slug" varchar(255)  (0.0ms) rollback transaction Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateI18nModel (20120923194640) Migrating to CreateSlugs (20120923194937) Migrating to CreateI18nModelsI18n (20120923195534) Migrating to I18nModelAge (20120924004426) Migrating to CreateModels (20120924010158) Migrating to ModelSlug (20120924012314)  (0.0ms) select sqlite_version(*)  (0.0ms) begin transaction  (0.4ms) ALTER TABLE "models" ADD "slug" varchar(255)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924012314')  (57.1ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.1ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("models")  (0.0ms) PRAGMA index_list("slugs")  (0.0ms) PRAGMA index_info('index_slugs_on_updated_at')  (0.0ms) PRAGMA index_info('index_slugs_on_created_at')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_type')  (0.0ms) PRAGMA index_info('index_slugs_on_sluggable_id')  (0.0ms) PRAGMA index_info('index_slugs_on_locale')  (0.0ms) PRAGMA index_info('index_slugs_on_param') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such column: slugs.param: SELECT "i18n_models"."id" AS t0_r0, "i18n_models"."created_at" AS t0_r1, "i18n_models"."updated_at" AS t0_r2, "i18n_models_i18n"."id" AS t1_r0, "i18n_models_i18n"."i18n_model_id" AS t1_r1, "i18n_models_i18n"."locale" AS t1_r2, "i18n_models_i18n"."name" AS t1_r3, "i18n_models_i18n"."created_at" AS t1_r4, "i18n_models_i18n"."updated_at" AS t1_r5, "i18n_models_i18n"."age" AS t1_r6 FROM "i18n_models" LEFT OUTER JOIN "i18n_models_i18n" ON "i18n_models_i18n"."i18n_model_id" = "i18n_models"."id" WHERE "slugs"."param" = 'instance-variable' SQLite3::SQLException: no such column: slugs.param: SELECT "i18n_models"."id" AS t0_r0, "i18n_models"."created_at" AS t0_r1, "i18n_models"."updated_at" AS t0_r2, "i18n_models_i18n"."id" AS t1_r0, "i18n_models_i18n"."i18n_model_id" AS t1_r1, "i18n_models_i18n"."locale" AS t1_r2, "i18n_models_i18n"."name" AS t1_r3, "i18n_models_i18n"."created_at" AS t1_r4, "i18n_models_i18n"."updated_at" AS t1_r5, "i18n_models_i18n"."age" AS t1_r6 FROM "i18n_models" LEFT OUTER JOIN "i18n_models_i18n" ON "i18n_models_i18n"."i18n_model_id" = "i18n_models"."id" WHERE "slugs"."param" = 'age' Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such column: slugs.param: SELECT 1 AS one FROM "i18n_models" WHERE "slugs"."param" = 'name2' LIMIT 1 SQLite3::SQLException: no such column: slugs.param: SELECT 1 AS one FROM "i18n_models" WHERE "slugs"."param" = 'name2' LIMIT 1 Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateI18nModel (20120923194640)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "i18n_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (3.0ms) commit transaction Migrating to CreateI18nModelsI18n (20120923195534)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "i18n_models_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "i18n_model_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_i18n_model_id" ON "i18n_models_i18n" ("i18n_model_id")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_locale" ON "i18n_models_i18n" ("locale")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_name" ON "i18n_models_i18n" ("name")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_created_at" ON "i18n_models_i18n" ("created_at")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_updated_at" ON "i18n_models_i18n" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923195534')  (3.3ms) commit transaction Migrating to CreateModels (20120924010158)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924010158')  (3.1ms) commit transaction  (0.6ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("i18n_models")  (0.1ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("models") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::ConstraintException: i18n_models_i18n.slug may not be NULL: INSERT INTO "i18n_models_i18n" ("age", "created_at", "i18n_model_id", "locale", "name", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) SQLite3::ConstraintException: i18n_models_i18n.slug may not be NULL: INSERT INTO "i18n_models_i18n" ("age", "created_at", "i18n_model_id", "locale", "name", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) SQLite3::ConstraintException: i18n_models_i18n.slug may not be NULL: INSERT INTO "i18n_models_i18n" ("age", "created_at", "i18n_model_id", "locale", "name", "slug", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (123.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateI18nModel (20120923194640)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "i18n_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (3.2ms) commit transaction Migrating to CreateI18nModelsI18n (20120923195534)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "i18n_models_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "i18n_model_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_i18n_model_id" ON "i18n_models_i18n" ("i18n_model_id")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_locale" ON "i18n_models_i18n" ("locale")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_name" ON "i18n_models_i18n" ("name")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_created_at" ON "i18n_models_i18n" ("created_at")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.1ms) CREATE INDEX "index_i18n_models_i18n_on_updated_at" ON "i18n_models_i18n" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923195534')  (4.7ms) commit transaction Migrating to CreateModels (20120924010158)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924010158')  (3.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("i18n_models")  (0.0ms) PRAGMA index_list("i18n_models_i18n")  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_i18n_models_i18n_on_i18n_model_id')  (0.0ms) PRAGMA index_list("models") Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml SQLite3::SQLException: no such column: I18nModel.id: SELECT "i18n_models".* FROM "i18n_models" INNER JOIN i18n_models_i18n t ON t.i18n_model_id = I18nModel.id WHERE (t.slug = 'john' AND t.locale = 'en') LIMIT 1 Connecting to database specified by database.yml SQLite3::SQLException: no such column: I18nModel.id: SELECT "i18n_models".* FROM "i18n_models" INNER JOIN i18n_models_i18n t ON t.i18n_model_id = I18nModel.id WHERE (t.slug = 'john' AND t.locale = 'en') LIMIT 1 Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.2ms) select sqlite_version(*)  (2.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTranslatableModels (20120923194640)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "translatable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (3.3ms) commit transaction Migrating to CreateTranslatableModelsI18n (20120923195534)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "translatable_models_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_model_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.1ms) CREATE INDEX "index_translatable_models_i18n_on_translatable_model_id" ON "translatable_models_i18n" ("translatable_model_id")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_translatable_model_id')  (0.1ms) CREATE INDEX "index_translatable_models_i18n_on_locale" ON "translatable_models_i18n" ("locale")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_translatable_model_id')  (0.1ms) CREATE INDEX "index_translatable_models_i18n_on_name" ON "translatable_models_i18n" ("name")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_translatable_model_id')  (0.2ms) CREATE INDEX "index_translatable_models_i18n_on_created_at" ON "translatable_models_i18n" ("created_at")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_translatable_model_id')  (0.1ms) CREATE INDEX "index_translatable_models_i18n_on_updated_at" ON "translatable_models_i18n" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923195534')  (3.5ms) commit transaction Migrating to CreateModels (20120924010158)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924010158')  (3.0ms) commit transaction  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("models")  (0.0ms) PRAGMA index_list("translatable_models")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_updated_at')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_created_at')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_translatable_model_id') Connecting to database specified by database.yml Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.3ms) select sqlite_version(*)  (2.3ms) CREATE TABLE "models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (3.1ms) CREATE TABLE "translatable_models" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (2.8ms) CREATE TABLE "translatable_models_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_model_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) PRAGMA index_list("translatable_models_i18n")  (2.7ms) CREATE INDEX "index_translatable_models_i18n_on_created_at" ON "translatable_models_i18n" ("created_at")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_created_at')  (2.9ms) CREATE INDEX "index_translatable_models_i18n_on_locale" ON "translatable_models_i18n" ("locale")  (0.1ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_created_at')  (2.9ms) CREATE INDEX "index_translatable_models_i18n_on_name" ON "translatable_models_i18n" ("name")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_created_at')  (2.8ms) CREATE INDEX "index_translatable_models_i18n_on_translatable_model_id" ON "translatable_models_i18n" ("translatable_model_id")  (0.0ms) PRAGMA index_list("translatable_models_i18n")  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_translatable_model_id')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_name')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_locale')  (0.0ms) PRAGMA index_info('index_translatable_models_i18n_on_created_at')  (3.7ms) CREATE INDEX "index_translatable_models_i18n_on_updated_at" ON "translatable_models_i18n" ("updated_at")  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (4.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120924010158')  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120923194640')  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20120923195534') Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (2.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateTranslatables (20120923194640)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (3.0ms) commit transaction Migrating to CreateTranslatablesI18n (20120923195534)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_translatables_i18n_on_translatable_id" ON "translatables_i18n" ("translatable_id")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_locale" ON "translatables_i18n" ("locale")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_name" ON "translatables_i18n" ("name")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_created_at" ON "translatables_i18n" ("created_at")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_updated_at" ON "translatables_i18n" ("updated_at")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923195534')  (3.2ms) commit transaction Migrating to CreateSimples (20120924010158)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924010158')  (4.9ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.2ms) select sqlite_version(*)  (51.5ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (3.5ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (3.5ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.6ms) CREATE INDEX "index_translatables_i18n_on_created_at" ON "translatables_i18n" ("created_at")  (4.2ms) CREATE INDEX "index_translatables_i18n_on_locale" ON "translatables_i18n" ("locale")  (3.0ms) CREATE INDEX "index_translatables_i18n_on_name" ON "translatables_i18n" ("name")  (3.1ms) CREATE INDEX "index_translatables_i18n_on_translatable_id" ON "translatables_i18n" ("translatable_id")  (2.8ms) CREATE INDEX "index_translatables_i18n_on_updated_at" ON "translatables_i18n" ("updated_at")  (2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (4.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120924010158')  (2.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120923194640')  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120923195534') Connecting to database specified by database.yml  (1.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTranslatables (20120923194640) Migrating to CreateTranslatablesI18n (20120923195534) Migrating to CreateSimples (20120924010158)  (0.1ms) select sqlite_version(*)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.3ms) select sqlite_version(*)  (2.5ms) DROP TABLE "simples"  (2.3ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))   (2.8ms) DROP TABLE "translatables"  (2.8ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.6ms) DROP TABLE "translatables_i18n"  (3.1ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (3.1ms) CREATE INDEX "index_translatables_i18n_on_created_at" ON "translatables_i18n" ("created_at")  (3.0ms) CREATE INDEX "index_translatables_i18n_on_locale" ON "translatables_i18n" ("locale")  (3.1ms) CREATE INDEX "index_translatables_i18n_on_name" ON "translatables_i18n" ("name")  (3.5ms) CREATE INDEX "index_translatables_i18n_on_translatable_id" ON "translatables_i18n" ("translatable_id")  (3.3ms) CREATE INDEX "index_translatables_i18n_on_updated_at" ON "translatables_i18n" ("updated_at")  (9.4ms) SELECT version FROM "schema_migrations" Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTranslatables (20120923194640) Migrating to CreateTranslatablesI18n (20120923195534) Migrating to CreateSimples (20120924010158)  (0.0ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Connecting to database specified by database.yml  (0.1ms) SELECT version FROM schema_migrations Connecting to database specified by database.yml  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateTranslatables (20120923194640) Migrating to CreateTranslatablesI18n (20120923195534) Migrating to CreateSimples (20120924010158)  (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(*)  (0.4ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))  (0.2ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_translatables_i18n_on_created_at" ON "translatables_i18n" ("created_at")  (0.2ms) CREATE INDEX "index_translatables_i18n_on_locale" ON "translatables_i18n" ("locale")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_name" ON "translatables_i18n" ("name")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_translatable_id" ON "translatables_i18n" ("translatable_id")  (0.1ms) CREATE INDEX "index_translatables_i18n_on_updated_at" ON "translatables_i18n" ("updated_at")  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.0ms) SELECT version FROM "schema_migrations"  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120924010158')  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120923194640')  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120923195534') Connecting to database specified by database.yml Connecting to database specified by database.yml  (0.1ms) select sqlite_version(*)  (51.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (3.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" Migrating to CreateTranslatables (20120923194640)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "translatables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dummy" varchar(255))  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923194640')  (3.1ms) commit transaction Migrating to CreateTranslatablesI18n (20120923195534)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "translatables_i18n" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "translatable_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "name" varchar(255) NOT NULL, "age" integer NOT NULL, "slug" varchar(255) NOT NULL)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120923195534')  (3.4ms) commit transaction Migrating to CreateSimples (20120924010158)  (0.4ms) begin transaction  (0.4ms) CREATE TABLE "simples" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" integer, "slug" varchar(255))  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120924010158')  (3.5ms) commit transaction Migrating to CreateWithouts (20130128234241)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "withouts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130128234241')  (4.5ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"