(1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWeelerTranslations (20131015144655)  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWeelerTranslations (20131015144900)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "weeler_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE INDEX "index_weeler_translations_on_locale" ON "weeler_translations" ("locale")  (0.1ms) CREATE INDEX "index_weeler_translations_on_key" ON "weeler_translations" ("key") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131015144900"]]  (1.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" I18n::Backend::Weeler::Translation Load (7.2ms) SELECT "weeler_translations".* FROM "weeler_translations" WHERE "weeler_translations"."locale" = 'en' AND ("key" IN ('hello') OR "key" LIKE 'hello.%')  (0.1ms) begin transaction SQL (4.6ms) INSERT INTO "weeler_translations" ("created_at", "interpolations", "key", "locale", "updated_at", "value") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 17 Oct 2013 11:11:35 UTC +00:00], ["interpolations", "--- []\n"], ["key", "hello"], ["locale", "en"], ["updated_at", Thu, 17 Oct 2013 11:11:35 UTC +00:00], ["value", nil]]  (1.4ms) commit transaction  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWeelerSeos (20140123083704)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "weeler_seos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "keywords" text, "section" varchar(255), "seoable_id" integer, "seoable_type" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_weeler_seos_on_seoable_id_and_seoable_type" ON "weeler_seos" ("seoable_id", "seoable_type")  (0.1ms) CREATE INDEX "index_weeler_seos_on_section" ON "weeler_seos" ("section") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083704"]]  (0.7ms) commit transaction Migrating to CreateWeelerSettings (20140123083705)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "var" varchar(255) NOT NULL, "value" text, "thing_id" integer, "thing_type" varchar(30), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_settings_on_thing_type_and_thing_id_and_var" ON "settings" ("thing_type", "thing_id", "var") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083705"]]  (0.7ms) commit transaction Migrating to CreateWeelerTranslations (20140123083706)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "weeler_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_weeler_translations_on_locale" ON "weeler_translations" ("locale")  (0.1ms) CREATE INDEX "index_weeler_translations_on_key" ON "weeler_translations" ("key") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083706"]]  (0.6ms) commit transaction Migrating to TranslateWeelerSeos (20140123083707)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "weeler_seo_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "weeler_seo_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.1ms) ALTER TABLE "weeler_seo_translations" ADD "title" varchar(255)  (0.1ms) ALTER TABLE "weeler_seo_translations" ADD "description" text  (0.1ms) ALTER TABLE "weeler_seo_translations" ADD "keywords" text Weeler::Seo Load (0.1ms) SELECT "weeler_seos".* FROM "weeler_seos" ORDER BY "weeler_seos"."id" ASC LIMIT 1000  (0.1ms) CREATE INDEX "index_weeler_seo_translations_on_weeler_seo_id" ON "weeler_seo_translations" ("weeler_seo_id")  (0.1ms) CREATE INDEX "index_weeler_seo_translations_on_locale" ON "weeler_seo_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083707"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20140718103237)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140718103237"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_settings_on_thing_type_and_thing_id_and_var' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_settings_on_thing_type_and_thing_id_and_var' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_seo_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seo_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_seo_translations_on_weeler_seo_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seo_translations_on_weeler_seo_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_seos_on_section' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seos_on_section' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_seos_on_seoable_id_and_seoable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seos_on_seoable_id_and_seoable_type' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_translations_on_key' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_translations_on_key' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_translations_on_locale' AND type='index'   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.4ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateWeelerSeos (20140123083704)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "weeler_seos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "description" text, "keywords" text, "section" varchar(255), "seoable_id" integer, "seoable_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_weeler_seos_on_seoable_id_and_seoable_type" ON "weeler_seos" ("seoable_id", "seoable_type")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_seos_on_seoable_id_and_seoable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seos_on_seoable_id_and_seoable_type' AND type='index'  (0.1ms) CREATE INDEX "index_weeler_seos_on_section" ON "weeler_seos" ("section") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083704"]]  (0.5ms) commit transaction Migrating to CreateWeelerSettings (20140123083705)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "var" varchar(255) NOT NULL, "value" text, "thing_id" integer, "thing_type" varchar(30), "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE UNIQUE INDEX "index_settings_on_thing_type_and_thing_id_and_var" ON "settings" ("thing_type", "thing_id", "var") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083705"]]  (0.6ms) commit transaction Migrating to CreateWeelerTranslations (20140123083706)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "weeler_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "locale" varchar(255), "key" varchar(255), "value" text, "interpolations" text, "is_proc" boolean DEFAULT 'f', "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_weeler_translations_on_locale" ON "weeler_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_translations_on_locale' AND type='index'  (0.1ms) CREATE INDEX "index_weeler_translations_on_key" ON "weeler_translations" ("key") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083706"]]  (0.5ms) commit transaction Migrating to TranslateWeelerSeos (20140123083707)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "weeler_seo_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "weeler_seo_id" integer NOT NULL, "locale" varchar(255) NOT NULL, "created_at" datetime, "updated_at" datetime)   (0.1ms) ALTER TABLE "weeler_seo_translations" ADD "title" varchar(255)  (0.1ms) ALTER TABLE "weeler_seo_translations" ADD "description" text  (0.1ms) ALTER TABLE "weeler_seo_translations" ADD "keywords" text Weeler::Seo Load (0.1ms) SELECT "weeler_seos".* FROM "weeler_seos" ORDER BY "weeler_seos"."id" ASC LIMIT 1000  (0.1ms) CREATE INDEX "index_weeler_seo_translations_on_weeler_seo_id" ON "weeler_seo_translations" ("weeler_seo_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_seo_translations_on_weeler_seo_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seo_translations_on_weeler_seo_id' AND type='index'   (0.1ms) CREATE INDEX "index_weeler_seo_translations_on_locale" ON "weeler_seo_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140123083707"]]  (0.5ms) commit transaction Migrating to CreatePosts (20140718103237)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "body" text, "sequence" integer DEFAULT 0, "status" integer DEFAULT 0, "created_at" datetime, "updated_at" datetime) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140718103237"]]  (0.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_settings_on_thing_type_and_thing_id_and_var' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_settings_on_thing_type_and_thing_id_and_var' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_seo_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seo_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_seo_translations_on_weeler_seo_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seo_translations_on_weeler_seo_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_seos_on_section' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seos_on_section' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_seos_on_seoable_id_and_seoable_type' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_seos_on_seoable_id_and_seoable_type' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_weeler_translations_on_key' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_translations_on_key' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_weeler_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_weeler_translations_on_locale' AND type='index' Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" ORDER BY "posts"."id" DESC LIMIT 1