(1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150326132056)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150326132056"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150326132056') ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicLocales (20150327111103)  (0.1ms) begin transaction DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in up at /Users/austin/Sites/berlinmagic/magic_locales/spec/dummy/db/migrate/20150327111103_add_magic_locales.rb:12)  (0.3ms) CREATE TABLE "mgclang_locales" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "natural_name" varchar, "iso_code" varchar, "locale_state" varchar DEFAULT 'inactive', "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "index_mgclang_locales_on_iso_code" ON "mgclang_locales" ("iso_code")  (0.1ms) CREATE TABLE "mgclang_locale_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgclang_locale_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgclang_locale_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgclang_locale_translations_on_mgclang_locale_id" ON "mgclang_locale_translations" ("mgclang_locale_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgclang_locale_translations_on_mgclang_locale_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_locale_translations_on_mgclang_locale_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgclang_locale_translations_on_locale" ON "mgclang_locale_translations" ("locale") DEPRECATION WARNING: `#timestamp` was called without specifying an option for `null`. In Rails 5, this behavior will change to `null: false`. You should manually specify `null: true` to prevent the behavior of your existing migrations from changing. (called from block in up at /Users/austin/Sites/berlinmagic/magic_locales/spec/dummy/db/migrate/20150327111103_add_magic_locales.rb:26)  (0.1ms) CREATE TABLE "mgclang_languages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "level" varchar, "owner_id" integer, "owner_type" varchar, "locale_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgclang_languages_on_owner_type_and_owner_id" ON "mgclang_languages" ("owner_type", "owner_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgclang_languages_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_languages_on_owner_type_and_owner_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgclang_languages_on_locale_id" ON "mgclang_languages" ("locale_id") SQL (0.4ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "Български"], ["iso_code", "bg"], ["created_at", "2015-03-27 11:28:30.797346"], ["updated_at", "2015-03-27 11:28:30.797346"]] SQL (0.1ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgarian"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.800907"], ["updated_at", "2015-03-27 11:28:30.800907"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "bulharština"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.801846"], ["updated_at", "2015-03-27 11:28:30.801846"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarisch"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.802489"], ["updated_at", "2015-03-27 11:28:30.802489"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Búlgaro"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.803143"], ["updated_at", "2015-03-27 11:28:30.803143"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "bulgare"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.803783"], ["updated_at", "2015-03-27 11:28:30.803783"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaro"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.804413"], ["updated_at", "2015-03-27 11:28:30.804413"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "bułgarski"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.805059"], ["updated_at", "2015-03-27 11:28:30.805059"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "болгарский"], ["mgclang_locale_id", 1], ["created_at", "2015-03-27 11:28:30.805717"], ["updated_at", "2015-03-27 11:28:30.805717"]] SQL (0.1ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "locale_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["natural_name", "čeština"], ["iso_code", "cs"], ["locale_state", "active"], ["created_at", "2015-03-27 11:28:30.811656"], ["updated_at", "2015-03-27 11:28:30.811656"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.812558"], ["updated_at", "2015-03-27 11:28:30.812558"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "čeština"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.813257"], ["updated_at", "2015-03-27 11:28:30.813257"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechisch"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.813885"], ["updated_at", "2015-03-27 11:28:30.813885"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Checo"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.814577"], ["updated_at", "2015-03-27 11:28:30.814577"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "tchèque"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.815302"], ["updated_at", "2015-03-27 11:28:30.815302"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ceco"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.815966"], ["updated_at", "2015-03-27 11:28:30.815966"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "czeski"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.816586"], ["updated_at", "2015-03-27 11:28:30.816586"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "чешский"], ["mgclang_locale_id", 2], ["created_at", "2015-03-27 11:28:30.817234"], ["updated_at", "2015-03-27 11:28:30.817234"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "dansk"], ["iso_code", "da"], ["created_at", "2015-03-27 11:28:30.820490"], ["updated_at", "2015-03-27 11:28:30.820490"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Danish"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.821162"], ["updated_at", "2015-03-27 11:28:30.821162"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "dánština"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.821894"], ["updated_at", "2015-03-27 11:28:30.821894"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänisch"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.822513"], ["updated_at", "2015-03-27 11:28:30.822513"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Danés"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.823157"], ["updated_at", "2015-03-27 11:28:30.823157"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "danois"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.823833"], ["updated_at", "2015-03-27 11:28:30.823833"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danese"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.824469"], ["updated_at", "2015-03-27 11:28:30.824469"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "duński"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.825100"], ["updated_at", "2015-03-27 11:28:30.825100"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "датский"], ["mgclang_locale_id", 3], ["created_at", "2015-03-27 11:28:30.825733"], ["updated_at", "2015-03-27 11:28:30.825733"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "Nederlands"], ["iso_code", "nl"], ["created_at", "2015-03-27 11:28:30.829512"], ["updated_at", "2015-03-27 11:28:30.829512"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Dutch"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.830147"], ["updated_at", "2015-03-27 11:28:30.830147"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "nizozemština"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.830815"], ["updated_at", "2015-03-27 11:28:30.830815"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederländisch"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.831441"], ["updated_at", "2015-03-27 11:28:30.831441"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Holandés, Flamenco"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.832080"], ["updated_at", "2015-03-27 11:28:30.832080"]] SQL (0.1ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "néerlandais"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.832692"], ["updated_at", "2015-03-27 11:28:30.832692"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Olandese"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.833453"], ["updated_at", "2015-03-27 11:28:30.833453"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "holenderski"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.834065"], ["updated_at", "2015-03-27 11:28:30.834065"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "голландский"], ["mgclang_locale_id", 4], ["created_at", "2015-03-27 11:28:30.834688"], ["updated_at", "2015-03-27 11:28:30.834688"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "locale_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["natural_name", "English"], ["iso_code", "en"], ["locale_state", "live"], ["created_at", "2015-03-27 11:28:30.837665"], ["updated_at", "2015-03-27 11:28:30.837665"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "English"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.838368"], ["updated_at", "2015-03-27 11:28:30.838368"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "angličtina"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.839077"], ["updated_at", "2015-03-27 11:28:30.839077"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Englisch"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.839708"], ["updated_at", "2015-03-27 11:28:30.839708"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Inglés"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.840365"], ["updated_at", "2015-03-27 11:28:30.840365"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "anglais"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.841326"], ["updated_at", "2015-03-27 11:28:30.841326"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Inglese"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.841969"], ["updated_at", "2015-03-27 11:28:30.841969"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "angielski"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.842619"], ["updated_at", "2015-03-27 11:28:30.842619"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "английский"], ["mgclang_locale_id", 5], ["created_at", "2015-03-27 11:28:30.843272"], ["updated_at", "2015-03-27 11:28:30.843272"]] SQL (0.1ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "suomi"], ["iso_code", "fi"], ["created_at", "2015-03-27 11:28:30.853010"], ["updated_at", "2015-03-27 11:28:30.853010"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finnish"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.853982"], ["updated_at", "2015-03-27 11:28:30.853982"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "finština"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.854726"], ["updated_at", "2015-03-27 11:28:30.854726"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnisch"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.855390"], ["updated_at", "2015-03-27 11:28:30.855390"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finés"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.856055"], ["updated_at", "2015-03-27 11:28:30.856055"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "finnois"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.856677"], ["updated_at", "2015-03-27 11:28:30.856677"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandese"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.857302"], ["updated_at", "2015-03-27 11:28:30.857302"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "fiński"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.857919"], ["updated_at", "2015-03-27 11:28:30.857919"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "финский"], ["mgclang_locale_id", 6], ["created_at", "2015-03-27 11:28:30.858546"], ["updated_at", "2015-03-27 11:28:30.858546"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "français"], ["iso_code", "fr"], ["created_at", "2015-03-27 11:28:30.861560"], ["updated_at", "2015-03-27 11:28:30.861560"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "French"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.862202"], ["updated_at", "2015-03-27 11:28:30.862202"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "francouzština"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.862884"], ["updated_at", "2015-03-27 11:28:30.862884"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Französisch"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.863501"], ["updated_at", "2015-03-27 11:28:30.863501"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francés"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.864145"], ["updated_at", "2015-03-27 11:28:30.864145"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "français"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.864757"], ["updated_at", "2015-03-27 11:28:30.864757"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francese"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.865395"], ["updated_at", "2015-03-27 11:28:30.865395"]] SQL (0.1ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "francuski"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.866012"], ["updated_at", "2015-03-27 11:28:30.866012"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "французский"], ["mgclang_locale_id", 7], ["created_at", "2015-03-27 11:28:30.866707"], ["updated_at", "2015-03-27 11:28:30.866707"]] SQL (0.1ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "locale_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["natural_name", "Deutsch"], ["iso_code", "de"], ["locale_state", "active"], ["created_at", "2015-03-27 11:28:30.869644"], ["updated_at", "2015-03-27 11:28:30.869644"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "German"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.870294"], ["updated_at", "2015-03-27 11:28:30.870294"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "němčina"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.870976"], ["updated_at", "2015-03-27 11:28:30.870976"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutsch"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.871626"], ["updated_at", "2015-03-27 11:28:30.871626"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemán"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.872251"], ["updated_at", "2015-03-27 11:28:30.872251"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "allemand"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.872889"], ["updated_at", "2015-03-27 11:28:30.872889"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Tedesco"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.873515"], ["updated_at", "2015-03-27 11:28:30.873515"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "niemiecki"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.874186"], ["updated_at", "2015-03-27 11:28:30.874186"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "немецкий"], ["mgclang_locale_id", 8], ["created_at", "2015-03-27 11:28:30.874806"], ["updated_at", "2015-03-27 11:28:30.874806"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "Ελληνικά"], ["iso_code", "el"], ["created_at", "2015-03-27 11:28:30.877934"], ["updated_at", "2015-03-27 11:28:30.877934"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greek, Modern (1453-)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.878566"], ["updated_at", "2015-03-27 11:28:30.878566"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "řečtina, moderní (1453-)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.879243"], ["updated_at", "2015-03-27 11:28:30.879243"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Neugriechisch (ab 1453)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.879901"], ["updated_at", "2015-03-27 11:28:30.879901"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Griego Moderno (>1453)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.880517"], ["updated_at", "2015-03-27 11:28:30.880517"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "grec moderne (après 1453)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.881144"], ["updated_at", "2015-03-27 11:28:30.881144"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Greco moderno (1453-)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.881836"], ["updated_at", "2015-03-27 11:28:30.881836"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "grecki współczesny (1453-)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.882468"], ["updated_at", "2015-03-27 11:28:30.882468"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "греческий (с 1453)"], ["mgclang_locale_id", 9], ["created_at", "2015-03-27 11:28:30.883138"], ["updated_at", "2015-03-27 11:28:30.883138"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "hrvatski"], ["iso_code", "hr"], ["created_at", "2015-03-27 11:28:30.886284"], ["updated_at", "2015-03-27 11:28:30.886284"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatian"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.886928"], ["updated_at", "2015-03-27 11:28:30.886928"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "chorvatština"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.887601"], ["updated_at", "2015-03-27 11:28:30.887601"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatisch"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.888208"], ["updated_at", "2015-03-27 11:28:30.888208"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croata"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.888839"], ["updated_at", "2015-03-27 11:28:30.888839"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "croate"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.889476"], ["updated_at", "2015-03-27 11:28:30.889476"]] SQL (0.1ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croato"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.890126"], ["updated_at", "2015-03-27 11:28:30.890126"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "chorwacki"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.890746"], ["updated_at", "2015-03-27 11:28:30.890746"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "хорватский"], ["mgclang_locale_id", 10], ["created_at", "2015-03-27 11:28:30.891391"], ["updated_at", "2015-03-27 11:28:30.891391"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "magyar"], ["iso_code", "hu"], ["created_at", "2015-03-27 11:28:30.894398"], ["updated_at", "2015-03-27 11:28:30.894398"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungarian"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.895034"], ["updated_at", "2015-03-27 11:28:30.895034"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "maďarština"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.895738"], ["updated_at", "2015-03-27 11:28:30.895738"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarisch"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.896381"], ["updated_at", "2015-03-27 11:28:30.896381"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Húngaro"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.897002"], ["updated_at", "2015-03-27 11:28:30.897002"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "hongrois"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.897623"], ["updated_at", "2015-03-27 11:28:30.897623"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungherese"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.898247"], ["updated_at", "2015-03-27 11:28:30.898247"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "węgierski"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.898869"], ["updated_at", "2015-03-27 11:28:30.898869"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "венгерский"], ["mgclang_locale_id", 11], ["created_at", "2015-03-27 11:28:30.899522"], ["updated_at", "2015-03-27 11:28:30.899522"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "locale_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["natural_name", "Italiano"], ["iso_code", "it"], ["locale_state", "active"], ["created_at", "2015-03-27 11:28:30.902582"], ["updated_at", "2015-03-27 11:28:30.902582"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italian"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.903216"], ["updated_at", "2015-03-27 11:28:30.903216"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "italština"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.903876"], ["updated_at", "2015-03-27 11:28:30.903876"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italienisch"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.904485"], ["updated_at", "2015-03-27 11:28:30.904485"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italiano"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.905103"], ["updated_at", "2015-03-27 11:28:30.905103"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "italien"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.905711"], ["updated_at", "2015-03-27 11:28:30.905711"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italiano"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.906342"], ["updated_at", "2015-03-27 11:28:30.906342"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "włoski"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.906958"], ["updated_at", "2015-03-27 11:28:30.906958"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "итальянский"], ["mgclang_locale_id", 12], ["created_at", "2015-03-27 11:28:30.907577"], ["updated_at", "2015-03-27 11:28:30.907577"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "locale_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["natural_name", "polski"], ["iso_code", "pl"], ["locale_state", "active"], ["created_at", "2015-03-27 11:28:30.910600"], ["updated_at", "2015-03-27 11:28:30.910600"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Polish"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.911231"], ["updated_at", "2015-03-27 11:28:30.911231"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "polština"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.911921"], ["updated_at", "2015-03-27 11:28:30.911921"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polnisch"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.912555"], ["updated_at", "2015-03-27 11:28:30.912555"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polaco"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.913157"], ["updated_at", "2015-03-27 11:28:30.913157"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "polonais"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.913797"], ["updated_at", "2015-03-27 11:28:30.913797"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polacco"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.914467"], ["updated_at", "2015-03-27 11:28:30.914467"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "polski"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.915146"], ["updated_at", "2015-03-27 11:28:30.915146"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "польский"], ["mgclang_locale_id", 13], ["created_at", "2015-03-27 11:28:30.915827"], ["updated_at", "2015-03-27 11:28:30.915827"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "Português"], ["iso_code", "pt"], ["created_at", "2015-03-27 11:28:30.918804"], ["updated_at", "2015-03-27 11:28:30.918804"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portuguese"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.919426"], ["updated_at", "2015-03-27 11:28:30.919426"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "portugalština"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.920089"], ["updated_at", "2015-03-27 11:28:30.920089"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugiesisch"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.920691"], ["updated_at", "2015-03-27 11:28:30.920691"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugués"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.921341"], ["updated_at", "2015-03-27 11:28:30.921341"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "portugais"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.921960"], ["updated_at", "2015-03-27 11:28:30.921960"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portoghese"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.922574"], ["updated_at", "2015-03-27 11:28:30.922574"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "portugalski"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.923206"], ["updated_at", "2015-03-27 11:28:30.923206"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "португальский"], ["mgclang_locale_id", 14], ["created_at", "2015-03-27 11:28:30.923829"], ["updated_at", "2015-03-27 11:28:30.923829"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "locale_state", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["natural_name", "русский"], ["iso_code", "ru"], ["locale_state", "active"], ["created_at", "2015-03-27 11:28:30.926729"], ["updated_at", "2015-03-27 11:28:30.926729"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.927378"], ["updated_at", "2015-03-27 11:28:30.927378"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "ruština"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.928053"], ["updated_at", "2015-03-27 11:28:30.928053"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russisch"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.928718"], ["updated_at", "2015-03-27 11:28:30.928718"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ruso"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.929349"], ["updated_at", "2015-03-27 11:28:30.929349"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "russe"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.929983"], ["updated_at", "2015-03-27 11:28:30.929983"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russo"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.930612"], ["updated_at", "2015-03-27 11:28:30.930612"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "rosyjski"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.931238"], ["updated_at", "2015-03-27 11:28:30.931238"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "русский"], ["mgclang_locale_id", 15], ["created_at", "2015-03-27 11:28:30.931864"], ["updated_at", "2015-03-27 11:28:30.931864"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "Español"], ["iso_code", "es"], ["created_at", "2015-03-27 11:28:30.934790"], ["updated_at", "2015-03-27 11:28:30.934790"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spanish"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.935410"], ["updated_at", "2015-03-27 11:28:30.935410"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "španělština"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.936090"], ["updated_at", "2015-03-27 11:28:30.936090"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanisch (Kastilisch)"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.936724"], ["updated_at", "2015-03-27 11:28:30.936724"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Español"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.937359"], ["updated_at", "2015-03-27 11:28:30.937359"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "castillan"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.937996"], ["updated_at", "2015-03-27 11:28:30.937996"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagnolo"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.938630"], ["updated_at", "2015-03-27 11:28:30.938630"]] SQL (0.1ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "hiszpański"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.939259"], ["updated_at", "2015-03-27 11:28:30.939259"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "испанский"], ["mgclang_locale_id", 16], ["created_at", "2015-03-27 11:28:30.940030"], ["updated_at", "2015-03-27 11:28:30.940030"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "Svenska"], ["iso_code", "sv"], ["created_at", "2015-03-27 11:28:30.942965"], ["updated_at", "2015-03-27 11:28:30.942965"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Swedish"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.943599"], ["updated_at", "2015-03-27 11:28:30.943599"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "švédština"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.944266"], ["updated_at", "2015-03-27 11:28:30.944266"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schwedisch"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.944917"], ["updated_at", "2015-03-27 11:28:30.944917"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Sueco"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.945537"], ["updated_at", "2015-03-27 11:28:30.945537"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "suédois"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.946218"], ["updated_at", "2015-03-27 11:28:30.946218"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svedese"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.946851"], ["updated_at", "2015-03-27 11:28:30.946851"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "szwedzki"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.947477"], ["updated_at", "2015-03-27 11:28:30.947477"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "шведский"], ["mgclang_locale_id", 17], ["created_at", "2015-03-27 11:28:30.948126"], ["updated_at", "2015-03-27 11:28:30.948126"]] SQL (0.0ms) INSERT INTO "mgclang_locales" ("natural_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["natural_name", "українська"], ["iso_code", "uk"], ["created_at", "2015-03-27 11:28:30.951194"], ["updated_at", "2015-03-27 11:28:30.951194"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukrainian"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.951891"], ["updated_at", "2015-03-27 11:28:30.951891"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "ukrajinština"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.952617"], ["updated_at", "2015-03-27 11:28:30.952617"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukrainisch"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.953261"], ["updated_at", "2015-03-27 11:28:30.953261"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ukranio"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.953896"], ["updated_at", "2015-03-27 11:28:30.953896"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "ukrainien"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.954553"], ["updated_at", "2015-03-27 11:28:30.954553"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraino"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.955192"], ["updated_at", "2015-03-27 11:28:30.955192"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "ukraiński"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.955819"], ["updated_at", "2015-03-27 11:28:30.955819"]] SQL (0.0ms) INSERT INTO "mgclang_locale_translations" ("locale", "name", "mgclang_locale_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "украинский"], ["mgclang_locale_id", 18], ["created_at", "2015-03-27 11:28:30.956456"], ["updated_at", "2015-03-27 11:28:30.956456"]]  (0.1ms) SELECT COUNT(*) FROM "mgclang_locales" SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150327111103"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgclang_languages_on_locale_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_languages_on_locale_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgclang_languages_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_languages_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgclang_locale_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_locale_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgclang_locale_translations_on_mgclang_locale_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_locale_translations_on_mgclang_locale_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgclang_locales_on_iso_code' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_locales_on_iso_code' AND type='index'   (1.0ms) CREATE TABLE "mgclang_languages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "level" varchar, "owner_id" integer, "owner_type" varchar, "locale_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgclang_languages_on_locale_id" ON "mgclang_languages" ("locale_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgclang_languages_on_locale_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_languages_on_locale_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgclang_languages_on_owner_type_and_owner_id" ON "mgclang_languages" ("owner_type", "owner_id")  (0.7ms) CREATE TABLE "mgclang_locale_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgclang_locale_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.8ms) CREATE INDEX "index_mgclang_locale_translations_on_locale" ON "mgclang_locale_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgclang_locale_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgclang_locale_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgclang_locale_translations_on_mgclang_locale_id" ON "mgclang_locale_translations" ("mgclang_locale_id")  (0.7ms) CREATE TABLE "mgclang_locales" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "natural_name" varchar, "iso_code" varchar, "locale_state" varchar DEFAULT 'inactive', "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE UNIQUE INDEX "index_mgclang_locales_on_iso_code" ON "mgclang_locales" ("iso_code")  (0.6ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150327111103')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150326132056') Started GET "/" for ::1 at 2015-03-30 22:08:03 +0200 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (1.7ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-03-30 22:11:56 +0200 Processing by Rails::WelcomeController#index as HTML Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/railties-4.2.1/lib/rails/templates/rails/welcome/index.html.erb (0.0ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-03-30 22:13:00 +0200 Processing by PagesController#start as HTML Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) NameError (uninitialized constant MagicLocaleHelper::InstanceMethods::Wizard): /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:39:in `get_system_locales' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:44:in `system_locales' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:32:in `acceptable_locale?' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:19:in `get_accepted_locale' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:9:in `get_user_language' activesupport (4.2.1) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (16.0ms) Started GET "/" for ::1 at 2015-03-30 22:13:58 +0200 Processing by PagesController#start as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) NameError (uninitialized constant MagicLocaleHelper::InstanceMethods::Wizard): /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:39:in `get_system_locales' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:44:in `system_locales' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:32:in `acceptable_locale?' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:19:in `get_accepted_locale' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:9:in `get_user_language' activesupport (4.2.1) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.3ms) Started GET "/" for ::1 at 2015-03-30 22:14:21 +0200 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML MagicLocales::Locale Load (0.4ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') Completed 500 Internal Server Error in 45ms (ActiveRecord: 0.6ms) I18n::InvalidLocale (:de is not a valid locale): i18n (0.7.0) lib/i18n.rb:284:in `enforce_available_locales!' i18n (0.7.0) lib/i18n/config.rb:13:in `locale=' actionview (4.2.1) lib/action_view/lookup_context.rb:233:in `locale=' actionview (4.2.1) lib/action_view/rendering.rb:19:in `locale=' i18n (0.7.0) lib/i18n.rb:35:in `locale=' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:10:in `get_user_language' activesupport (4.2.1) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (13.0ms) Started GET "/" for ::1 at 2015-03-30 22:14:58 +0200 Processing by PagesController#start as HTML MagicLocales::Locale Load (0.2ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) I18n::InvalidLocale (:de is not a valid locale): i18n (0.7.0) lib/i18n.rb:284:in `enforce_available_locales!' i18n (0.7.0) lib/i18n/config.rb:13:in `locale=' actionview (4.2.1) lib/action_view/lookup_context.rb:233:in `locale=' actionview (4.2.1) lib/action_view/rendering.rb:19:in `locale=' i18n (0.7.0) lib/i18n.rb:35:in `locale=' /Users/austin/Sites/berlinmagic/magic_locales/lib/magic_locales/magic_locale_helper.rb:10:in `get_user_language' activesupport (4.2.1) lib/active_support/callbacks.rb:432:in `block in make_lambda' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:164:in `block in halting' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `each' activesupport (4.2.1) lib/active_support/callbacks.rb:504:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (12.0ms) Started GET "/" for ::1 at 2015-03-30 22:15:19 +0200 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML MagicLocales::Locale Load (0.4ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') Rendered pages/start.html.erb within layouts/application (1.4ms) Completed 200 OK in 70ms (Views: 24.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-03-30 22:15:19 +0200 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-03-30 22:15:19 +0200 Started GET "/" for ::1 at 2015-03-31 00:02:13 +0200 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML MagicLocales::Locale Load (0.5ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') Rendered pages/start.html.erb within layouts/application (1.3ms) Completed 200 OK in 61ms (Views: 18.1ms | ActiveRecord: 0.8ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-03-31 00:02:13 +0200 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-03-31 00:02:13 +0200 Started GET "/mgclang" for ::1 at 2015-03-31 00:02:20 +0200 ActionController::RoutingError (uninitialized constant MagicLocales::LocalesController): activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.1ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:02:56 +0200 ActionController::RoutingError (uninitialized constant MagicLocales::LocalesController): activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (13.5ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:03:02 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant MagicLocales::LocalesController): activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.3ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:04:15 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant MagicAddresses): /Users/austin/Sites/berlinmagic/magic_locales/lib/app/controllers/magic_locales/locales_controller.rb:2:in `' activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.1) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.1) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:60:in `controller' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:39:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.1ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:06:47 +0200 Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.2ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') SQL (1.4ms) SELECT "mgclang_locales"."id" AS t0_r0, "mgclang_locales"."natural_name" AS t0_r1, "mgclang_locales"."iso_code" AS t0_r2, "mgclang_locales"."locale_state" AS t0_r3, "mgclang_locales"."created_at" AS t0_r4, "mgclang_locales"."updated_at" AS t0_r5, "mgclang_locale_translations"."id" AS t1_r0, "mgclang_locale_translations"."mgclang_locale_id" AS t1_r1, "mgclang_locale_translations"."locale" AS t1_r2, "mgclang_locale_translations"."created_at" AS t1_r3, "mgclang_locale_translations"."updated_at" AS t1_r4, "mgclang_locale_translations"."name" AS t1_r5 FROM "mgclang_locales" INNER JOIN "mgclang_locale_translations" ON "mgclang_locale_translations"."mgclang_locale_id" = "mgclang_locales"."id" WHERE "mgclang_locale_translations"."locale" = ? ORDER BY mgclang_locale_translations.name ASC [["locale", "de"]] Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (33.6ms) Completed 500 Internal Server Error in 65ms (ActiveRecord: 2.0ms) ActionView::Template::Error (uninitialized constant MagicLocales::Locale::MicroMachine): 23: 24: <%= locale.name %> 25: <%= locale.iso_code %> 26: <%= locale.state.name if locale.state %> 27: <%= locale.natural_name %> 28: <%= locale.fsm_state %> 29: /Users/austin/Sites/berlinmagic/magic_locales/lib/app/models/magic_locales/locale.rb:46:in `state' /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:26:in `block in ___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb___2827840990517938590_2220571440' activerecord (4.2.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.1) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:21:in `___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb___2827840990517938590_2220571440' actionview (4.2.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.1) lib/action_view/template.rb:143:in `render' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.2ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:08:21 +0200 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.1ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') SQL (0.3ms) SELECT "mgclang_locales"."id" AS t0_r0, "mgclang_locales"."natural_name" AS t0_r1, "mgclang_locales"."iso_code" AS t0_r2, "mgclang_locales"."locale_state" AS t0_r3, "mgclang_locales"."created_at" AS t0_r4, "mgclang_locales"."updated_at" AS t0_r5, "mgclang_locale_translations"."id" AS t1_r0, "mgclang_locale_translations"."mgclang_locale_id" AS t1_r1, "mgclang_locale_translations"."locale" AS t1_r2, "mgclang_locale_translations"."created_at" AS t1_r3, "mgclang_locale_translations"."updated_at" AS t1_r4, "mgclang_locale_translations"."name" AS t1_r5 FROM "mgclang_locales" INNER JOIN "mgclang_locale_translations" ON "mgclang_locale_translations"."mgclang_locale_id" = "mgclang_locales"."id" WHERE "mgclang_locale_translations"."locale" = ? ORDER BY mgclang_locale_translations.name ASC [["locale", "de"]] Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (24.7ms) Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.8ms) ActionView::Template::Error (undefined method `name' for #): 23: 24: <%= locale.name %> 25: <%= locale.iso_code %> 26: <%= locale.state.name if locale.state %> 27: <%= locale.natural_name %> 28: <%= locale.fsm_state %> 29: /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:26:in `block in ___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb___3428063333885692688_2181441900' activerecord (4.2.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.1) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:21:in `___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb___3428063333885692688_2181441900' actionview (4.2.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.1) lib/action_view/template.rb:143:in `render' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.5ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:08:47 +0200 Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.2ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') SQL (0.2ms) SELECT "mgclang_locales"."id" AS t0_r0, "mgclang_locales"."natural_name" AS t0_r1, "mgclang_locales"."iso_code" AS t0_r2, "mgclang_locales"."locale_state" AS t0_r3, "mgclang_locales"."created_at" AS t0_r4, "mgclang_locales"."updated_at" AS t0_r5, "mgclang_locale_translations"."id" AS t1_r0, "mgclang_locale_translations"."mgclang_locale_id" AS t1_r1, "mgclang_locale_translations"."locale" AS t1_r2, "mgclang_locale_translations"."created_at" AS t1_r3, "mgclang_locale_translations"."updated_at" AS t1_r4, "mgclang_locale_translations"."name" AS t1_r5 FROM "mgclang_locales" INNER JOIN "mgclang_locale_translations" ON "mgclang_locale_translations"."mgclang_locale_id" = "mgclang_locales"."id" WHERE "mgclang_locale_translations"."locale" = ? ORDER BY mgclang_locale_translations.name ASC [["locale", "de"]] Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (4.8ms) Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.4ms) ActionView::Template::Error (undefined method `fsm_state' for #): 25: <%= locale.iso_code %> 26: <%= locale.state %> 27: <%= locale.natural_name %> 28: <%= locale.fsm_state %> 29: 30: <%# %w(activate deactivate).each do |state| %> 31: <%# if city.machine.trigger?(state.to_sym) %> activemodel (4.2.1) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb___3428063333885692688_2184306540' activerecord (4.2.1) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.1) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:21:in `___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb___3428063333885692688_2184306540' actionview (4.2.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.1) lib/action_view/template.rb:143:in `render' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.1ms) Started GET "/mgclang" for ::1 at 2015-03-31 00:09:00 +0200 Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.2ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') SQL (0.2ms) SELECT "mgclang_locales"."id" AS t0_r0, "mgclang_locales"."natural_name" AS t0_r1, "mgclang_locales"."iso_code" AS t0_r2, "mgclang_locales"."locale_state" AS t0_r3, "mgclang_locales"."created_at" AS t0_r4, "mgclang_locales"."updated_at" AS t0_r5, "mgclang_locale_translations"."id" AS t1_r0, "mgclang_locale_translations"."mgclang_locale_id" AS t1_r1, "mgclang_locale_translations"."locale" AS t1_r2, "mgclang_locale_translations"."created_at" AS t1_r3, "mgclang_locale_translations"."updated_at" AS t1_r4, "mgclang_locale_translations"."name" AS t1_r5 FROM "mgclang_locales" INNER JOIN "mgclang_locale_translations" ON "mgclang_locale_translations"."mgclang_locale_id" = "mgclang_locales"."id" WHERE "mgclang_locale_translations"."locale" = ? ORDER BY mgclang_locale_translations.name ASC [["locale", "de"]] Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-03-31 00:09:00 +0200 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-03-31 00:09:00 +0200 Started GET "/mgclang" for ::1 at 2015-03-31 00:10:20 +0200 Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.2ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') SQL (0.2ms) SELECT "mgclang_locales"."id" AS t0_r0, "mgclang_locales"."natural_name" AS t0_r1, "mgclang_locales"."iso_code" AS t0_r2, "mgclang_locales"."locale_state" AS t0_r3, "mgclang_locales"."created_at" AS t0_r4, "mgclang_locales"."updated_at" AS t0_r5, "mgclang_locale_translations"."id" AS t1_r0, "mgclang_locale_translations"."mgclang_locale_id" AS t1_r1, "mgclang_locale_translations"."locale" AS t1_r2, "mgclang_locale_translations"."created_at" AS t1_r3, "mgclang_locale_translations"."updated_at" AS t1_r4, "mgclang_locale_translations"."name" AS t1_r5 FROM "mgclang_locales" INNER JOIN "mgclang_locale_translations" ON "mgclang_locale_translations"."mgclang_locale_id" = "mgclang_locales"."id" WHERE "mgclang_locale_translations"."locale" = ? ORDER BY mgclang_locale_translations.name ASC [["locale", "de"]] Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.4ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-03-31 00:10:20 +0200 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-03-31 00:10:20 +0200 Started GET "/mgclang" for ::1 at 2015-03-31 14:51:00 +0200 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.4ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (8.5ms) Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.7ms) ActionView::Template::Error (Missing partial wizard/locales/_aside with {:locale=>[:de, :en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/austin/Sites/berlinmagic/magic_locales/spec/dummy/app/views" * "/Users/austin/Sites/berlinmagic/magic_locales/lib/app/views" ): 5:
6:
7: 8: <%= render "wizard/locales/aside" %> 9: 10:
11:
actionview (4.2.1) lib/action_view/path_set.rb:46:in `find' actionview (4.2.1) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:418:in `find_template' actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:413:in `find_partial' actionview (4.2.1) lib/action_view/renderer/partial_renderer.rb:294:in `render' actionview (4.2.1) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionview (4.2.1) lib/action_view/helpers/rendering_helper.rb:35:in `render' /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb:8:in `___sers_austin__ites_berlinmagic_magic_locales_lib_app_views_magic_locales_locales_index_html_erb__405478815755198491_2169526200' actionview (4.2.1) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.1) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.1) lib/action_view/template.rb:333:in `instrument' actionview (4.2.1) lib/action_view/template.rb:143:in `render' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.1) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.1) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.1) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.1) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.1) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.1) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.1) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.1) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.1) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime' activesupport (4.2.1) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:44:in `block in render' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:43:in `render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.1) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:505:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_process_action_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.1) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.1) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.1) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.1) lib/action_controller/metal.rb:196:in `dispatch' actionpack (4.2.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.1) lib/action_controller/metal.rb:237:in `block in action' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `call' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:43:in `serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.1) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.1) lib/action_dispatch/routing/route_set.rb:819:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:25:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/flash.rb:260:in `call' rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context' rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.1) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in `call' activerecord (4.2.1) lib/active_record/migration.rb:378:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.1) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:776:in `_run_call_callbacks' activesupport (4.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.1) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.6.0) lib/rack/methodoverride.rb:22:in `call' rack (1.6.0) lib/rack/runtime.rb:18:in `call' activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.1) lib/rails/engine.rb:518:in `call' railties (4.2.1) lib/rails/application.rb:164:in `call' rack (1.6.0) lib/rack/lock.rb:17:in `call' rack (1.6.0) lib/rack/content_length.rb:15:in `call' rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' /Users/austin/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (25.0ms) Started GET "/mgclang" for ::1 at 2015-03-31 15:04:33 +0200 Processing by MagicLocales::LocalesController#index as HTML MagicLocales::Locale Load (0.2ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') CACHE (0.0ms) SELECT "mgclang_locales".* FROM "mgclang_locales" WHERE "mgclang_locales"."locale_state" IN ('active', 'live') SQL (1.4ms) SELECT "mgclang_locales"."id" AS t0_r0, "mgclang_locales"."natural_name" AS t0_r1, "mgclang_locales"."iso_code" AS t0_r2, "mgclang_locales"."locale_state" AS t0_r3, "mgclang_locales"."created_at" AS t0_r4, "mgclang_locales"."updated_at" AS t0_r5, "mgclang_locale_translations"."id" AS t1_r0, "mgclang_locale_translations"."mgclang_locale_id" AS t1_r1, "mgclang_locale_translations"."locale" AS t1_r2, "mgclang_locale_translations"."created_at" AS t1_r3, "mgclang_locale_translations"."updated_at" AS t1_r4, "mgclang_locale_translations"."name" AS t1_r5 FROM "mgclang_locales" INNER JOIN "mgclang_locale_translations" ON "mgclang_locale_translations"."mgclang_locale_id" = "mgclang_locales"."id" WHERE "mgclang_locale_translations"."locale" = ? ORDER BY mgclang_locale_translations.name ASC [["locale", "de"]] Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/_aside.html.erb (35.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_locales/lib/app/views/magic_locales/locales/index.html.erb within layouts/application (37.5ms) Completed 500 Internal Server Error in 41ms (ActiveRecord: 1.7ms) ActionView::Template::Error (undefined method `wizard_mail_path' for #<#:0x00000101aa9e78>): 5:
6: