(0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213102142)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150213102142"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_magicaddress_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_magicaddress_addresses_on_owner_type_and_owner_id' AND type='index'   (1.4ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213102142') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150213105831"]]  (0.6ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_magicaddress_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_magicaddress_addresses_on_owner_type_and_owner_id' AND type='index'   (1.3ms) CREATE TABLE "companies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.6ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (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.6ms) 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 ('20150213105848')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213102142')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105841')  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.5ms) commit transaction Migrating to AddMagicAddresses (20150213110650)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150213110650"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_magicaddress_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_magicaddress_addresses_on_owner_type_and_owner_id' AND type='index'   (1.8ms) CREATE TABLE "companies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) 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.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213110650')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105841')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105848')  (1.4ms) CREATE TABLE "companies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213110650')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105841')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105848')  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150213111154)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.3ms) rollback transaction  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.8ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150213111429)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213111429)  (0.1ms) begin transaction  (0.8ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (1.8ms) rollback transaction  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.6ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.7ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150213111429)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213111429)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "magicaddress_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_magicaddress_addresses_on_owner_type_and_owner_id" ON "magicaddress_addresses" ("owner_type", "owner_id")  (0.8ms) rollback transaction  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150213131618)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213131618)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213131618)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (1.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213131618)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (1.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213131618)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213132558)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "magic_addresses_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_magic_addresses_addresses_on_owner_type_and_owner_id" ON "magic_addresses_addresses" ("owner_type", "owner_id")  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213132558)  (0.0ms) begin transaction  (0.5ms) CREATE TABLE "magic_addresses_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.2ms) CREATE INDEX "index_magic_addresses_addresses_on_owner_type_and_owner_id" ON "magic_addresses_addresses" ("owner_type", "owner_id")  (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213132655)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213132655)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213132655)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213134213)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213134213)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213134213)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (1.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213134213)  (0.0ms) begin transaction  (0.7ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (1.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213134213)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_addresses_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "street" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_translations_on_mgca_address_id" ON "mgca_addresses_translations" ("mgca_address_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_translations_on_mgca_address_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_translations_on_locale" ON "mgca_addresses_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150213134213"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_translations_on_mgca_address_id' AND type='index'  DEPRECATION WARNING: `serialized_attributes` is deprecated without replacement, and will be removed in Rails 5.0. (called from at /Users/austin/Sites/berlinmagic/magic_addresses/app/models/magic_addresses/address.rb:14)  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) 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", "20150213105831"]]  (0.8ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.7ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150213134213)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id") DEPRECATION WARNING: `serialized_attributes` is deprecated without replacement, and will be removed in Rails 5.0. (called from at /Users/austin/Sites/berlinmagic/magic_addresses/app/models/magic_addresses/address.rb:14) 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 up at /Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/db/migrate/20150213134213_add_magic_addresses.rb:41)  (0.1ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime, "updated_at" datetime) SQLite3::SQLException: table "mgca_addresses" already exists: CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150213134213)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id") DEPRECATION WARNING: `serialized_attributes` is deprecated without replacement, and will be removed in Rails 5.0. (called from at /Users/austin/Sites/berlinmagic/magic_addresses/app/models/magic_addresses/address.rb:14) 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 up at /Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/db/migrate/20150213134213_add_magic_addresses.rb:41)  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime, "updated_at" datetime)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150213134213"]]  (1.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' DEPRECATION WARNING: `serialized_attributes` is deprecated without replacement, and will be removed in Rails 5.0. (called from at /Users/austin/Sites/berlinmagic/magic_addresses/app/models/magic_addresses/address.rb:14) MagicAddresses::Address::Translation Load (0.1ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE 1=0 AND (name LIKE '%bla%') SQLite3::SQLException: no such column: name: SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE 1=0 AND (name LIKE '%bla%') MagicAddresses::Address::Translation Load (0.1ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE 1=0 AND (street LIKE '%bla%') MagicAddresses::Address::Translation Load (0.2ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE 1=0 AND (street LIKE '%bla%') street = bla MagicAddresses::Address::Translation Load (0.1ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE 1=0 AND (street LIKE '%bla%')  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "companies" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "AAA"], ["created_at", "2015-02-13 15:57:59.657323"], ["updated_at", "2015-02-13 15:57:59.657323"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "companies" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Bbb"], ["created_at", "2015-02-13 15:58:14.562154"], ["updated_at", "2015-02-13 15:58:14.562154"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "companies" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "ccc"], ["created_at", "2015-02-13 15:58:25.540462"], ["updated_at", "2015-02-13 15:58:25.540462"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT 1 [["id", 3]] SQL (0.3ms) INSERT INTO "mgca_addresses" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 3], ["owner_type", "Company"], ["created_at", "2015-02-13 15:58:58.719631"], ["updated_at", "2015-02-13 15:58:58.719631"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street", "bla"], ["mgca_address_id", 1], ["created_at", "2015-02-13 15:58:58.721888"], ["updated_at", "2015-02-13 15:58:58.721888"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."id" = ? LIMIT 1 [["id", 1]] SQL (0.7ms) UPDATE "mgca_addresses" SET "updated_at" = '2015-02-13 15:58:58.725384' WHERE "mgca_addresses"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT 1 [["id", 3]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 3], ["owner_type", "Company"], ["created_at", "2015-02-13 15:59:30.670068"], ["updated_at", "2015-02-13 15:59:30.670068"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street", "jalla"], ["mgca_address_id", 2], ["created_at", "2015-02-13 15:59:30.672050"], ["updated_at", "2015-02-13 15:59:30.672050"]] MagicAddresses::Address Load (0.0ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."id" = ? LIMIT 1 [["id", 2]] SQL (0.2ms) UPDATE "mgca_addresses" SET "updated_at" = '2015-02-13 15:59:30.673436' WHERE "mgca_addresses"."id" = ? [["id", 2]]  (1.1ms) commit transaction  (0.1ms) begin transaction Company Load (0.1ms) SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT 1 [["id", 3]] SQL (0.7ms) INSERT INTO "mgca_addresses" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 3], ["owner_type", "Company"], ["created_at", "2015-02-13 15:59:48.605026"], ["updated_at", "2015-02-13 15:59:48.605026"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street", "heinz-kapelle"], ["mgca_address_id", 3], ["created_at", "2015-02-13 15:59:48.607881"], ["updated_at", "2015-02-13 15:59:48.607881"]] MagicAddresses::Address Load (0.0ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."id" = ? LIMIT 1 [["id", 3]] SQL (0.4ms) UPDATE "mgca_addresses" SET "updated_at" = '2015-02-13 15:59:48.610007' WHERE "mgca_addresses"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.2ms) begin transaction Company Load (0.2ms) SELECT "companies".* FROM "companies" WHERE "companies"."id" = ? LIMIT 1 [["id", 3]] SQL (0.4ms) INSERT INTO "mgca_addresses" ("owner_id", "owner_type", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["owner_id", 3], ["owner_type", "Company"], ["created_at", "2015-02-13 16:00:04.845839"], ["updated_at", "2015-02-13 16:00:04.845839"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street", "bla 2"], ["mgca_address_id", 4], ["created_at", "2015-02-13 16:00:04.848587"], ["updated_at", "2015-02-13 16:00:04.848587"]] MagicAddresses::Address Load (0.0ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."id" = ? LIMIT 1 [["id", 4]] SQL (0.2ms) UPDATE "mgca_addresses" SET "updated_at" = '2015-02-13 16:00:04.850339' WHERE "mgca_addresses"."id" = ? [["id", 4]]  (1.1ms) commit transaction street = bla MagicAddresses::Address::Translation Load (0.2ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC MagicAddresses::Address Load (0.3ms) SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE "mgca_address_translations"."locale" = ? AND (street LIKE '%bla%') [["locale", "en"]] MagicAddresses::Address::Translation Load (0.2ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" IN (1, 4) street = bla MagicAddresses::Address::Translation Load (0.2ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC  (0.3ms) SELECT COUNT(*) FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE "mgca_address_translations"."locale" = ? AND (street LIKE '%bla%') [["locale", "en"]]  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150213162249)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150213162249"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (1.0ms) CREATE TABLE "companies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street" varchar)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.7ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213162249')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105841')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105848') MagicAddresses::Address = Class street = aaa MagicAddresses::Address::Translation Load (0.1ms) SELECT DISTINCT locale FROM "mgca_address_translations" ORDER BY "mgca_address_translations"."locale" ASC MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" INNER JOIN "mgca_address_translations" ON "mgca_address_translations"."mgca_address_id" = "mgca_addresses"."id" WHERE 1=0 AND (street LIKE '%aaa%') street = aaa ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150218115125)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "mgca_addresses" already exists: CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150218115125)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150218115125"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (1.7ms) CREATE TABLE "companies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street" varchar)  (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.8ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) 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.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150218115125')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105841')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105848')  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.6ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.6ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220140453)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220140453)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (1.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220140453)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220140453"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to CreatePeople (20150213105841)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "people" ("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", "20150213105841"]]  (0.7ms) commit transaction Migrating to CreateCompanies (20150213105848)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "companies" ("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", "20150213105848"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220143021)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220143021"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220143549)  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220143549)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220143549"]]  (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_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (1.9ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street" varchar)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220143549')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220150740)  (0.1ms) begin transaction  (0.1ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "mgca_addresses" already exists: CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) rollback transaction  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220150740)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220150740"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (1.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.0ms) select sqlite_version(*)  (0.6ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.7ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) 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.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220150740')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) begin transaction  (0.5ms) 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", "20150213105831"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150220193459)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220193459_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220193459)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220193459_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 19:36:21.368612"], ["updated_at", "2015-02-20 19:36:21.368612"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.374975"], ["updated_at", "2015-02-20 19:36:21.374975"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.377102"], ["updated_at", "2015-02-20 19:36:21.377102"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.377991"], ["updated_at", "2015-02-20 19:36:21.377991"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.379073"], ["updated_at", "2015-02-20 19:36:21.379073"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.380584"], ["updated_at", "2015-02-20 19:36:21.380584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.381838"], ["updated_at", "2015-02-20 19:36:21.381838"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.382939"], ["updated_at", "2015-02-20 19:36:21.382939"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:36:21.383704"], ["updated_at", "2015-02-20 19:36:21.383704"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 19:36:21.387617"], ["updated_at", "2015-02-20 19:36:21.387617"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.388351"], ["updated_at", "2015-02-20 19:36:21.388351"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.389067"], ["updated_at", "2015-02-20 19:36:21.389067"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.389724"], ["updated_at", "2015-02-20 19:36:21.389724"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.390396"], ["updated_at", "2015-02-20 19:36:21.390396"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.391076"], ["updated_at", "2015-02-20 19:36:21.391076"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.391745"], ["updated_at", "2015-02-20 19:36:21.391745"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.392398"], ["updated_at", "2015-02-20 19:36:21.392398"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:36:21.393065"], ["updated_at", "2015-02-20 19:36:21.393065"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 19:36:21.396877"], ["updated_at", "2015-02-20 19:36:21.396877"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.397697"], ["updated_at", "2015-02-20 19:36:21.397697"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.398532"], ["updated_at", "2015-02-20 19:36:21.398532"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.399185"], ["updated_at", "2015-02-20 19:36:21.399185"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.399845"], ["updated_at", "2015-02-20 19:36:21.399845"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.400500"], ["updated_at", "2015-02-20 19:36:21.400500"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.401187"], ["updated_at", "2015-02-20 19:36:21.401187"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.401970"], ["updated_at", "2015-02-20 19:36:21.401970"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:36:21.402619"], ["updated_at", "2015-02-20 19:36:21.402619"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 19:36:21.406130"], ["updated_at", "2015-02-20 19:36:21.406130"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.406825"], ["updated_at", "2015-02-20 19:36:21.406825"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.407536"], ["updated_at", "2015-02-20 19:36:21.407536"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.408216"], ["updated_at", "2015-02-20 19:36:21.408216"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.408879"], ["updated_at", "2015-02-20 19:36:21.408879"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.409552"], ["updated_at", "2015-02-20 19:36:21.409552"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.410212"], ["updated_at", "2015-02-20 19:36:21.410212"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.410888"], ["updated_at", "2015-02-20 19:36:21.410888"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:36:21.411546"], ["updated_at", "2015-02-20 19:36:21.411546"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 19:36:21.415091"], ["updated_at", "2015-02-20 19:36:21.415091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.415790"], ["updated_at", "2015-02-20 19:36:21.415790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.416604"], ["updated_at", "2015-02-20 19:36:21.416604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.417294"], ["updated_at", "2015-02-20 19:36:21.417294"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.417952"], ["updated_at", "2015-02-20 19:36:21.417952"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.418627"], ["updated_at", "2015-02-20 19:36:21.418627"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.419299"], ["updated_at", "2015-02-20 19:36:21.419299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.419966"], ["updated_at", "2015-02-20 19:36:21.419966"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:36:21.420639"], ["updated_at", "2015-02-20 19:36:21.420639"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 19:36:21.424642"], ["updated_at", "2015-02-20 19:36:21.424642"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.425740"], ["updated_at", "2015-02-20 19:36:21.425740"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.426480"], ["updated_at", "2015-02-20 19:36:21.426480"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.427239"], ["updated_at", "2015-02-20 19:36:21.427239"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.427903"], ["updated_at", "2015-02-20 19:36:21.427903"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.428567"], ["updated_at", "2015-02-20 19:36:21.428567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.429558"], ["updated_at", "2015-02-20 19:36:21.429558"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.430208"], ["updated_at", "2015-02-20 19:36:21.430208"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:36:21.430868"], ["updated_at", "2015-02-20 19:36:21.430868"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 19:36:21.434429"], ["updated_at", "2015-02-20 19:36:21.434429"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.435196"], ["updated_at", "2015-02-20 19:36:21.435196"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.435893"], ["updated_at", "2015-02-20 19:36:21.435893"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.436548"], ["updated_at", "2015-02-20 19:36:21.436548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.437217"], ["updated_at", "2015-02-20 19:36:21.437217"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.438120"], ["updated_at", "2015-02-20 19:36:21.438120"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.438781"], ["updated_at", "2015-02-20 19:36:21.438781"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.439440"], ["updated_at", "2015-02-20 19:36:21.439440"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:36:21.440089"], ["updated_at", "2015-02-20 19:36:21.440089"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 19:36:21.443638"], ["updated_at", "2015-02-20 19:36:21.443638"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.444344"], ["updated_at", "2015-02-20 19:36:21.444344"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.445080"], ["updated_at", "2015-02-20 19:36:21.445080"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.445737"], ["updated_at", "2015-02-20 19:36:21.445737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.446401"], ["updated_at", "2015-02-20 19:36:21.446401"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.447062"], ["updated_at", "2015-02-20 19:36:21.447062"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.447713"], ["updated_at", "2015-02-20 19:36:21.447713"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.448377"], ["updated_at", "2015-02-20 19:36:21.448377"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:36:21.449030"], ["updated_at", "2015-02-20 19:36:21.449030"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 19:36:21.452864"], ["updated_at", "2015-02-20 19:36:21.452864"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.453561"], ["updated_at", "2015-02-20 19:36:21.453561"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.454266"], ["updated_at", "2015-02-20 19:36:21.454266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.454916"], ["updated_at", "2015-02-20 19:36:21.454916"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.455570"], ["updated_at", "2015-02-20 19:36:21.455570"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.456296"], ["updated_at", "2015-02-20 19:36:21.456296"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.456944"], ["updated_at", "2015-02-20 19:36:21.456944"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.457613"], ["updated_at", "2015-02-20 19:36:21.457613"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:36:21.458305"], ["updated_at", "2015-02-20 19:36:21.458305"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 19:36:21.461783"], ["updated_at", "2015-02-20 19:36:21.461783"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.462487"], ["updated_at", "2015-02-20 19:36:21.462487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.463180"], ["updated_at", "2015-02-20 19:36:21.463180"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.463925"], ["updated_at", "2015-02-20 19:36:21.463925"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.464610"], ["updated_at", "2015-02-20 19:36:21.464610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.465278"], ["updated_at", "2015-02-20 19:36:21.465278"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.465942"], ["updated_at", "2015-02-20 19:36:21.465942"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.466602"], ["updated_at", "2015-02-20 19:36:21.466602"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:36:21.467300"], ["updated_at", "2015-02-20 19:36:21.467300"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 19:36:21.470818"], ["updated_at", "2015-02-20 19:36:21.470818"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.471539"], ["updated_at", "2015-02-20 19:36:21.471539"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.472240"], ["updated_at", "2015-02-20 19:36:21.472240"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.472922"], ["updated_at", "2015-02-20 19:36:21.472922"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.473590"], ["updated_at", "2015-02-20 19:36:21.473590"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.474274"], ["updated_at", "2015-02-20 19:36:21.474274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.474948"], ["updated_at", "2015-02-20 19:36:21.474948"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.475602"], ["updated_at", "2015-02-20 19:36:21.475602"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:36:21.476284"], ["updated_at", "2015-02-20 19:36:21.476284"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 19:36:21.479852"], ["updated_at", "2015-02-20 19:36:21.479852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.480573"], ["updated_at", "2015-02-20 19:36:21.480573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.481267"], ["updated_at", "2015-02-20 19:36:21.481267"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.481926"], ["updated_at", "2015-02-20 19:36:21.481926"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.482641"], ["updated_at", "2015-02-20 19:36:21.482641"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.483404"], ["updated_at", "2015-02-20 19:36:21.483404"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.484175"], ["updated_at", "2015-02-20 19:36:21.484175"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.484852"], ["updated_at", "2015-02-20 19:36:21.484852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:36:21.485635"], ["updated_at", "2015-02-20 19:36:21.485635"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 19:36:21.489448"], ["updated_at", "2015-02-20 19:36:21.489448"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.491227"], ["updated_at", "2015-02-20 19:36:21.491227"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.492141"], ["updated_at", "2015-02-20 19:36:21.492141"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.492810"], ["updated_at", "2015-02-20 19:36:21.492810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.493495"], ["updated_at", "2015-02-20 19:36:21.493495"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.494188"], ["updated_at", "2015-02-20 19:36:21.494188"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.494849"], ["updated_at", "2015-02-20 19:36:21.494849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.495529"], ["updated_at", "2015-02-20 19:36:21.495529"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:36:21.496188"], ["updated_at", "2015-02-20 19:36:21.496188"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 19:36:21.499891"], ["updated_at", "2015-02-20 19:36:21.499891"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.500603"], ["updated_at", "2015-02-20 19:36:21.500603"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.501328"], ["updated_at", "2015-02-20 19:36:21.501328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.502072"], ["updated_at", "2015-02-20 19:36:21.502072"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.502738"], ["updated_at", "2015-02-20 19:36:21.502738"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.503433"], ["updated_at", "2015-02-20 19:36:21.503433"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.504097"], ["updated_at", "2015-02-20 19:36:21.504097"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.504772"], ["updated_at", "2015-02-20 19:36:21.504772"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:36:21.505433"], ["updated_at", "2015-02-20 19:36:21.505433"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 19:36:21.508996"], ["updated_at", "2015-02-20 19:36:21.508996"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.509700"], ["updated_at", "2015-02-20 19:36:21.509700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.510455"], ["updated_at", "2015-02-20 19:36:21.510455"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.511140"], ["updated_at", "2015-02-20 19:36:21.511140"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.511809"], ["updated_at", "2015-02-20 19:36:21.511809"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.512554"], ["updated_at", "2015-02-20 19:36:21.512554"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.513221"], ["updated_at", "2015-02-20 19:36:21.513221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.513885"], ["updated_at", "2015-02-20 19:36:21.513885"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:36:21.514570"], ["updated_at", "2015-02-20 19:36:21.514570"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 19:36:21.520853"], ["updated_at", "2015-02-20 19:36:21.520853"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.522103"], ["updated_at", "2015-02-20 19:36:21.522103"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.523190"], ["updated_at", "2015-02-20 19:36:21.523190"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.524138"], ["updated_at", "2015-02-20 19:36:21.524138"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.525040"], ["updated_at", "2015-02-20 19:36:21.525040"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.525993"], ["updated_at", "2015-02-20 19:36:21.525993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.526815"], ["updated_at", "2015-02-20 19:36:21.526815"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.527590"], ["updated_at", "2015-02-20 19:36:21.527590"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:36:21.528369"], ["updated_at", "2015-02-20 19:36:21.528369"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 19:36:21.532371"], ["updated_at", "2015-02-20 19:36:21.532371"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.533141"], ["updated_at", "2015-02-20 19:36:21.533141"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.533850"], ["updated_at", "2015-02-20 19:36:21.533850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.534522"], ["updated_at", "2015-02-20 19:36:21.534522"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.535227"], ["updated_at", "2015-02-20 19:36:21.535227"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.535895"], ["updated_at", "2015-02-20 19:36:21.535895"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.536640"], ["updated_at", "2015-02-20 19:36:21.536640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.537422"], ["updated_at", "2015-02-20 19:36:21.537422"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:36:21.538113"], ["updated_at", "2015-02-20 19:36:21.538113"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 19:36:21.541755"], ["updated_at", "2015-02-20 19:36:21.541755"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.542558"], ["updated_at", "2015-02-20 19:36:21.542558"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.543271"], ["updated_at", "2015-02-20 19:36:21.543271"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.543941"], ["updated_at", "2015-02-20 19:36:21.543941"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.544642"], ["updated_at", "2015-02-20 19:36:21.544642"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.545317"], ["updated_at", "2015-02-20 19:36:21.545317"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.545991"], ["updated_at", "2015-02-20 19:36:21.545991"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.546676"], ["updated_at", "2015-02-20 19:36:21.546676"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:36:21.547344"], ["updated_at", "2015-02-20 19:36:21.547344"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 19:36:21.550965"], ["updated_at", "2015-02-20 19:36:21.550965"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.551677"], ["updated_at", "2015-02-20 19:36:21.551677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.552395"], ["updated_at", "2015-02-20 19:36:21.552395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.553047"], ["updated_at", "2015-02-20 19:36:21.553047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.553719"], ["updated_at", "2015-02-20 19:36:21.553719"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.554382"], ["updated_at", "2015-02-20 19:36:21.554382"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.555030"], ["updated_at", "2015-02-20 19:36:21.555030"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.555697"], ["updated_at", "2015-02-20 19:36:21.555697"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:36:21.556360"], ["updated_at", "2015-02-20 19:36:21.556360"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 19:36:21.559887"], ["updated_at", "2015-02-20 19:36:21.559887"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.560569"], ["updated_at", "2015-02-20 19:36:21.560569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.561252"], ["updated_at", "2015-02-20 19:36:21.561252"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.561923"], ["updated_at", "2015-02-20 19:36:21.561923"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.562576"], ["updated_at", "2015-02-20 19:36:21.562576"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.563252"], ["updated_at", "2015-02-20 19:36:21.563252"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.563911"], ["updated_at", "2015-02-20 19:36:21.563911"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.564632"], ["updated_at", "2015-02-20 19:36:21.564632"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:36:21.565291"], ["updated_at", "2015-02-20 19:36:21.565291"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 19:36:21.568879"], ["updated_at", "2015-02-20 19:36:21.568879"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.569601"], ["updated_at", "2015-02-20 19:36:21.569601"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.570305"], ["updated_at", "2015-02-20 19:36:21.570305"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.570983"], ["updated_at", "2015-02-20 19:36:21.570983"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.571649"], ["updated_at", "2015-02-20 19:36:21.571649"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.572308"], ["updated_at", "2015-02-20 19:36:21.572308"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.573003"], ["updated_at", "2015-02-20 19:36:21.573003"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.573662"], ["updated_at", "2015-02-20 19:36:21.573662"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:36:21.574331"], ["updated_at", "2015-02-20 19:36:21.574331"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 19:36:21.577904"], ["updated_at", "2015-02-20 19:36:21.577904"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.578618"], ["updated_at", "2015-02-20 19:36:21.578618"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.579315"], ["updated_at", "2015-02-20 19:36:21.579315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.579978"], ["updated_at", "2015-02-20 19:36:21.579978"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.580650"], ["updated_at", "2015-02-20 19:36:21.580650"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.581332"], ["updated_at", "2015-02-20 19:36:21.581332"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.582017"], ["updated_at", "2015-02-20 19:36:21.582017"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.582677"], ["updated_at", "2015-02-20 19:36:21.582677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:36:21.583350"], ["updated_at", "2015-02-20 19:36:21.583350"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 19:36:21.586927"], ["updated_at", "2015-02-20 19:36:21.586927"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.587627"], ["updated_at", "2015-02-20 19:36:21.587627"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.588331"], ["updated_at", "2015-02-20 19:36:21.588331"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.588984"], ["updated_at", "2015-02-20 19:36:21.588984"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.589655"], ["updated_at", "2015-02-20 19:36:21.589655"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.590316"], ["updated_at", "2015-02-20 19:36:21.590316"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.591028"], ["updated_at", "2015-02-20 19:36:21.591028"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.591686"], ["updated_at", "2015-02-20 19:36:21.591686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:36:21.592352"], ["updated_at", "2015-02-20 19:36:21.592352"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 19:36:21.595918"], ["updated_at", "2015-02-20 19:36:21.595918"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.596620"], ["updated_at", "2015-02-20 19:36:21.596620"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.597333"], ["updated_at", "2015-02-20 19:36:21.597333"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.598016"], ["updated_at", "2015-02-20 19:36:21.598016"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.598675"], ["updated_at", "2015-02-20 19:36:21.598675"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.599348"], ["updated_at", "2015-02-20 19:36:21.599348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.600047"], ["updated_at", "2015-02-20 19:36:21.600047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.600717"], ["updated_at", "2015-02-20 19:36:21.600717"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:36:21.601380"], ["updated_at", "2015-02-20 19:36:21.601380"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 19:36:21.604926"], ["updated_at", "2015-02-20 19:36:21.604926"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.605680"], ["updated_at", "2015-02-20 19:36:21.605680"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.606393"], ["updated_at", "2015-02-20 19:36:21.606393"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.607071"], ["updated_at", "2015-02-20 19:36:21.607071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.607790"], ["updated_at", "2015-02-20 19:36:21.607790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.608577"], ["updated_at", "2015-02-20 19:36:21.608577"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.609290"], ["updated_at", "2015-02-20 19:36:21.609290"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.609968"], ["updated_at", "2015-02-20 19:36:21.609968"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:36:21.610655"], ["updated_at", "2015-02-20 19:36:21.610655"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 19:36:21.614332"], ["updated_at", "2015-02-20 19:36:21.614332"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.615141"], ["updated_at", "2015-02-20 19:36:21.615141"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.615842"], ["updated_at", "2015-02-20 19:36:21.615842"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.616566"], ["updated_at", "2015-02-20 19:36:21.616566"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.617226"], ["updated_at", "2015-02-20 19:36:21.617226"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.617915"], ["updated_at", "2015-02-20 19:36:21.617915"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.618595"], ["updated_at", "2015-02-20 19:36:21.618595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.619273"], ["updated_at", "2015-02-20 19:36:21.619273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:36:21.619981"], ["updated_at", "2015-02-20 19:36:21.619981"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 19:36:21.623498"], ["updated_at", "2015-02-20 19:36:21.623498"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.624288"], ["updated_at", "2015-02-20 19:36:21.624288"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.624987"], ["updated_at", "2015-02-20 19:36:21.624987"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.625701"], ["updated_at", "2015-02-20 19:36:21.625701"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.626486"], ["updated_at", "2015-02-20 19:36:21.626486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.627148"], ["updated_at", "2015-02-20 19:36:21.627148"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.627818"], ["updated_at", "2015-02-20 19:36:21.627818"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.628484"], ["updated_at", "2015-02-20 19:36:21.628484"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:36:21.629163"], ["updated_at", "2015-02-20 19:36:21.629163"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 19:36:21.632794"], ["updated_at", "2015-02-20 19:36:21.632794"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.633567"], ["updated_at", "2015-02-20 19:36:21.633567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.634366"], ["updated_at", "2015-02-20 19:36:21.634366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.635051"], ["updated_at", "2015-02-20 19:36:21.635051"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.635772"], ["updated_at", "2015-02-20 19:36:21.635772"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.636435"], ["updated_at", "2015-02-20 19:36:21.636435"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.637109"], ["updated_at", "2015-02-20 19:36:21.637109"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.637768"], ["updated_at", "2015-02-20 19:36:21.637768"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:36:21.638429"], ["updated_at", "2015-02-20 19:36:21.638429"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 19:36:21.642065"], ["updated_at", "2015-02-20 19:36:21.642065"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.642790"], ["updated_at", "2015-02-20 19:36:21.642790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.643516"], ["updated_at", "2015-02-20 19:36:21.643516"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.644187"], ["updated_at", "2015-02-20 19:36:21.644187"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.644858"], ["updated_at", "2015-02-20 19:36:21.644858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.645517"], ["updated_at", "2015-02-20 19:36:21.645517"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.646178"], ["updated_at", "2015-02-20 19:36:21.646178"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.646858"], ["updated_at", "2015-02-20 19:36:21.646858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:36:21.647520"], ["updated_at", "2015-02-20 19:36:21.647520"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 19:36:21.651125"], ["updated_at", "2015-02-20 19:36:21.651125"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.651903"], ["updated_at", "2015-02-20 19:36:21.651903"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.652591"], ["updated_at", "2015-02-20 19:36:21.652591"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.653258"], ["updated_at", "2015-02-20 19:36:21.653258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.653914"], ["updated_at", "2015-02-20 19:36:21.653914"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.654585"], ["updated_at", "2015-02-20 19:36:21.654585"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.655241"], ["updated_at", "2015-02-20 19:36:21.655241"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.655921"], ["updated_at", "2015-02-20 19:36:21.655921"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:36:21.656584"], ["updated_at", "2015-02-20 19:36:21.656584"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 19:36:21.668310"], ["updated_at", "2015-02-20 19:36:21.668310"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.669112"], ["updated_at", "2015-02-20 19:36:21.669112"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.669833"], ["updated_at", "2015-02-20 19:36:21.669833"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.670530"], ["updated_at", "2015-02-20 19:36:21.670530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.671196"], ["updated_at", "2015-02-20 19:36:21.671196"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.671882"], ["updated_at", "2015-02-20 19:36:21.671882"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.672543"], ["updated_at", "2015-02-20 19:36:21.672543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.673224"], ["updated_at", "2015-02-20 19:36:21.673224"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:36:21.673904"], ["updated_at", "2015-02-20 19:36:21.673904"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 19:36:21.677446"], ["updated_at", "2015-02-20 19:36:21.677446"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.678166"], ["updated_at", "2015-02-20 19:36:21.678166"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.678863"], ["updated_at", "2015-02-20 19:36:21.678863"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.679549"], ["updated_at", "2015-02-20 19:36:21.679549"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.680213"], ["updated_at", "2015-02-20 19:36:21.680213"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.680918"], ["updated_at", "2015-02-20 19:36:21.680918"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.681580"], ["updated_at", "2015-02-20 19:36:21.681580"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.682254"], ["updated_at", "2015-02-20 19:36:21.682254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:36:21.682910"], ["updated_at", "2015-02-20 19:36:21.682910"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 19:36:21.686547"], ["updated_at", "2015-02-20 19:36:21.686547"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.687326"], ["updated_at", "2015-02-20 19:36:21.687326"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.688044"], ["updated_at", "2015-02-20 19:36:21.688044"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.688730"], ["updated_at", "2015-02-20 19:36:21.688730"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.689393"], ["updated_at", "2015-02-20 19:36:21.689393"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.690080"], ["updated_at", "2015-02-20 19:36:21.690080"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.690732"], ["updated_at", "2015-02-20 19:36:21.690732"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.691422"], ["updated_at", "2015-02-20 19:36:21.691422"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:36:21.692077"], ["updated_at", "2015-02-20 19:36:21.692077"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 19:36:21.695687"], ["updated_at", "2015-02-20 19:36:21.695687"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.696410"], ["updated_at", "2015-02-20 19:36:21.696410"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.697136"], ["updated_at", "2015-02-20 19:36:21.697136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.697820"], ["updated_at", "2015-02-20 19:36:21.697820"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.698493"], ["updated_at", "2015-02-20 19:36:21.698493"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.699171"], ["updated_at", "2015-02-20 19:36:21.699171"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.699828"], ["updated_at", "2015-02-20 19:36:21.699828"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.700508"], ["updated_at", "2015-02-20 19:36:21.700508"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:36:21.701158"], ["updated_at", "2015-02-20 19:36:21.701158"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 19:36:21.704856"], ["updated_at", "2015-02-20 19:36:21.704856"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.705607"], ["updated_at", "2015-02-20 19:36:21.705607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.706299"], ["updated_at", "2015-02-20 19:36:21.706299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.706986"], ["updated_at", "2015-02-20 19:36:21.706986"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.707650"], ["updated_at", "2015-02-20 19:36:21.707650"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.708333"], ["updated_at", "2015-02-20 19:36:21.708333"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.708989"], ["updated_at", "2015-02-20 19:36:21.708989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.709672"], ["updated_at", "2015-02-20 19:36:21.709672"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:36:21.710327"], ["updated_at", "2015-02-20 19:36:21.710327"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 19:36:21.713908"], ["updated_at", "2015-02-20 19:36:21.713908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.714604"], ["updated_at", "2015-02-20 19:36:21.714604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.715325"], ["updated_at", "2015-02-20 19:36:21.715325"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.716010"], ["updated_at", "2015-02-20 19:36:21.716010"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.716791"], ["updated_at", "2015-02-20 19:36:21.716791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.717475"], ["updated_at", "2015-02-20 19:36:21.717475"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.718199"], ["updated_at", "2015-02-20 19:36:21.718199"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.718955"], ["updated_at", "2015-02-20 19:36:21.718955"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:36:21.719689"], ["updated_at", "2015-02-20 19:36:21.719689"]] SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220193459"]]  (1.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220194200)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220194200_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 19:42:09.491740"], ["updated_at", "2015-02-20 19:42:09.491740"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.497713"], ["updated_at", "2015-02-20 19:42:09.497713"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.499041"], ["updated_at", "2015-02-20 19:42:09.499041"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.499750"], ["updated_at", "2015-02-20 19:42:09.499750"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.500453"], ["updated_at", "2015-02-20 19:42:09.500453"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.501131"], ["updated_at", "2015-02-20 19:42:09.501131"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.501854"], ["updated_at", "2015-02-20 19:42:09.501854"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.502533"], ["updated_at", "2015-02-20 19:42:09.502533"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:42:09.503197"], ["updated_at", "2015-02-20 19:42:09.503197"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 19:42:09.506920"], ["updated_at", "2015-02-20 19:42:09.506920"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.507620"], ["updated_at", "2015-02-20 19:42:09.507620"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.508372"], ["updated_at", "2015-02-20 19:42:09.508372"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.509026"], ["updated_at", "2015-02-20 19:42:09.509026"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.509699"], ["updated_at", "2015-02-20 19:42:09.509699"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.510348"], ["updated_at", "2015-02-20 19:42:09.510348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.511013"], ["updated_at", "2015-02-20 19:42:09.511013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.511670"], ["updated_at", "2015-02-20 19:42:09.511670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:42:09.512320"], ["updated_at", "2015-02-20 19:42:09.512320"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 19:42:09.516364"], ["updated_at", "2015-02-20 19:42:09.516364"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.517081"], ["updated_at", "2015-02-20 19:42:09.517081"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.517764"], ["updated_at", "2015-02-20 19:42:09.517764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.518411"], ["updated_at", "2015-02-20 19:42:09.518411"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.519053"], ["updated_at", "2015-02-20 19:42:09.519053"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.519708"], ["updated_at", "2015-02-20 19:42:09.519708"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.520350"], ["updated_at", "2015-02-20 19:42:09.520350"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.521005"], ["updated_at", "2015-02-20 19:42:09.521005"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:42:09.521682"], ["updated_at", "2015-02-20 19:42:09.521682"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 19:42:09.525302"], ["updated_at", "2015-02-20 19:42:09.525302"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.526019"], ["updated_at", "2015-02-20 19:42:09.526019"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.526714"], ["updated_at", "2015-02-20 19:42:09.526714"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.527415"], ["updated_at", "2015-02-20 19:42:09.527415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.528076"], ["updated_at", "2015-02-20 19:42:09.528076"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.528746"], ["updated_at", "2015-02-20 19:42:09.528746"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.529416"], ["updated_at", "2015-02-20 19:42:09.529416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.530083"], ["updated_at", "2015-02-20 19:42:09.530083"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:42:09.530742"], ["updated_at", "2015-02-20 19:42:09.530742"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 19:42:09.534338"], ["updated_at", "2015-02-20 19:42:09.534338"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.535053"], ["updated_at", "2015-02-20 19:42:09.535053"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.535766"], ["updated_at", "2015-02-20 19:42:09.535766"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.536439"], ["updated_at", "2015-02-20 19:42:09.536439"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.537100"], ["updated_at", "2015-02-20 19:42:09.537100"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.537781"], ["updated_at", "2015-02-20 19:42:09.537781"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.538479"], ["updated_at", "2015-02-20 19:42:09.538479"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.539490"], ["updated_at", "2015-02-20 19:42:09.539490"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:42:09.540474"], ["updated_at", "2015-02-20 19:42:09.540474"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 19:42:09.544875"], ["updated_at", "2015-02-20 19:42:09.544875"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.545770"], ["updated_at", "2015-02-20 19:42:09.545770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.546573"], ["updated_at", "2015-02-20 19:42:09.546573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.547290"], ["updated_at", "2015-02-20 19:42:09.547290"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.547963"], ["updated_at", "2015-02-20 19:42:09.547963"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.548621"], ["updated_at", "2015-02-20 19:42:09.548621"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.549297"], ["updated_at", "2015-02-20 19:42:09.549297"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.549949"], ["updated_at", "2015-02-20 19:42:09.549949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:42:09.550622"], ["updated_at", "2015-02-20 19:42:09.550622"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 19:42:09.554293"], ["updated_at", "2015-02-20 19:42:09.554293"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.555004"], ["updated_at", "2015-02-20 19:42:09.555004"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.555729"], ["updated_at", "2015-02-20 19:42:09.555729"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.556691"], ["updated_at", "2015-02-20 19:42:09.556691"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.558738"], ["updated_at", "2015-02-20 19:42:09.558738"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.561284"], ["updated_at", "2015-02-20 19:42:09.561284"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.562781"], ["updated_at", "2015-02-20 19:42:09.562781"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.564128"], ["updated_at", "2015-02-20 19:42:09.564128"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:42:09.565285"], ["updated_at", "2015-02-20 19:42:09.565285"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 19:42:09.570228"], ["updated_at", "2015-02-20 19:42:09.570228"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.571054"], ["updated_at", "2015-02-20 19:42:09.571054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.571813"], ["updated_at", "2015-02-20 19:42:09.571813"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.572494"], ["updated_at", "2015-02-20 19:42:09.572494"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.573168"], ["updated_at", "2015-02-20 19:42:09.573168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.573850"], ["updated_at", "2015-02-20 19:42:09.573850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.574512"], ["updated_at", "2015-02-20 19:42:09.574512"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.575184"], ["updated_at", "2015-02-20 19:42:09.575184"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:42:09.575842"], ["updated_at", "2015-02-20 19:42:09.575842"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 19:42:09.579480"], ["updated_at", "2015-02-20 19:42:09.579480"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.580182"], ["updated_at", "2015-02-20 19:42:09.580182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.580968"], ["updated_at", "2015-02-20 19:42:09.580968"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.581700"], ["updated_at", "2015-02-20 19:42:09.581700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.582478"], ["updated_at", "2015-02-20 19:42:09.582478"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.583321"], ["updated_at", "2015-02-20 19:42:09.583321"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.584092"], ["updated_at", "2015-02-20 19:42:09.584092"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.584886"], ["updated_at", "2015-02-20 19:42:09.584886"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:42:09.585644"], ["updated_at", "2015-02-20 19:42:09.585644"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 19:42:09.589833"], ["updated_at", "2015-02-20 19:42:09.589833"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.590773"], ["updated_at", "2015-02-20 19:42:09.590773"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.591650"], ["updated_at", "2015-02-20 19:42:09.591650"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.592441"], ["updated_at", "2015-02-20 19:42:09.592441"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.594022"], ["updated_at", "2015-02-20 19:42:09.594022"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.595317"], ["updated_at", "2015-02-20 19:42:09.595317"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.596835"], ["updated_at", "2015-02-20 19:42:09.596835"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.597696"], ["updated_at", "2015-02-20 19:42:09.597696"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:42:09.598472"], ["updated_at", "2015-02-20 19:42:09.598472"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 19:42:09.602272"], ["updated_at", "2015-02-20 19:42:09.602272"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.603002"], ["updated_at", "2015-02-20 19:42:09.603002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.603714"], ["updated_at", "2015-02-20 19:42:09.603714"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.604390"], ["updated_at", "2015-02-20 19:42:09.604390"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.605047"], ["updated_at", "2015-02-20 19:42:09.605047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.605705"], ["updated_at", "2015-02-20 19:42:09.605705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.606375"], ["updated_at", "2015-02-20 19:42:09.606375"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.607114"], ["updated_at", "2015-02-20 19:42:09.607114"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:42:09.607792"], ["updated_at", "2015-02-20 19:42:09.607792"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 19:42:09.611404"], ["updated_at", "2015-02-20 19:42:09.611404"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.612116"], ["updated_at", "2015-02-20 19:42:09.612116"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.612808"], ["updated_at", "2015-02-20 19:42:09.612808"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.613468"], ["updated_at", "2015-02-20 19:42:09.613468"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.614138"], ["updated_at", "2015-02-20 19:42:09.614138"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.614797"], ["updated_at", "2015-02-20 19:42:09.614797"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.615477"], ["updated_at", "2015-02-20 19:42:09.615477"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.616211"], ["updated_at", "2015-02-20 19:42:09.616211"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:42:09.617032"], ["updated_at", "2015-02-20 19:42:09.617032"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 19:42:09.620696"], ["updated_at", "2015-02-20 19:42:09.620696"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.621472"], ["updated_at", "2015-02-20 19:42:09.621472"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.622190"], ["updated_at", "2015-02-20 19:42:09.622190"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.622847"], ["updated_at", "2015-02-20 19:42:09.622847"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.623517"], ["updated_at", "2015-02-20 19:42:09.623517"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.624313"], ["updated_at", "2015-02-20 19:42:09.624313"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.625165"], ["updated_at", "2015-02-20 19:42:09.625165"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.626010"], ["updated_at", "2015-02-20 19:42:09.626010"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:42:09.626830"], ["updated_at", "2015-02-20 19:42:09.626830"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 19:42:09.631003"], ["updated_at", "2015-02-20 19:42:09.631003"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.631830"], ["updated_at", "2015-02-20 19:42:09.631830"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.632612"], ["updated_at", "2015-02-20 19:42:09.632612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.633271"], ["updated_at", "2015-02-20 19:42:09.633271"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.633942"], ["updated_at", "2015-02-20 19:42:09.633942"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.634622"], ["updated_at", "2015-02-20 19:42:09.634622"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.635275"], ["updated_at", "2015-02-20 19:42:09.635275"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.635949"], ["updated_at", "2015-02-20 19:42:09.635949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:42:09.636608"], ["updated_at", "2015-02-20 19:42:09.636608"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 19:42:09.640276"], ["updated_at", "2015-02-20 19:42:09.640276"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.641585"], ["updated_at", "2015-02-20 19:42:09.641585"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.642767"], ["updated_at", "2015-02-20 19:42:09.642767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.643643"], ["updated_at", "2015-02-20 19:42:09.643643"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.644426"], ["updated_at", "2015-02-20 19:42:09.644426"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.645701"], ["updated_at", "2015-02-20 19:42:09.645701"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.646856"], ["updated_at", "2015-02-20 19:42:09.646856"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.648073"], ["updated_at", "2015-02-20 19:42:09.648073"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:42:09.649039"], ["updated_at", "2015-02-20 19:42:09.649039"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 19:42:09.652979"], ["updated_at", "2015-02-20 19:42:09.652979"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.653737"], ["updated_at", "2015-02-20 19:42:09.653737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.654429"], ["updated_at", "2015-02-20 19:42:09.654429"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.655100"], ["updated_at", "2015-02-20 19:42:09.655100"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.656260"], ["updated_at", "2015-02-20 19:42:09.656260"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.657136"], ["updated_at", "2015-02-20 19:42:09.657136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.657798"], ["updated_at", "2015-02-20 19:42:09.657798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.658458"], ["updated_at", "2015-02-20 19:42:09.658458"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:42:09.659143"], ["updated_at", "2015-02-20 19:42:09.659143"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 19:42:09.662810"], ["updated_at", "2015-02-20 19:42:09.662810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.663534"], ["updated_at", "2015-02-20 19:42:09.663534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.664241"], ["updated_at", "2015-02-20 19:42:09.664241"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.664910"], ["updated_at", "2015-02-20 19:42:09.664910"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.665566"], ["updated_at", "2015-02-20 19:42:09.665566"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.666307"], ["updated_at", "2015-02-20 19:42:09.666307"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.667041"], ["updated_at", "2015-02-20 19:42:09.667041"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.667777"], ["updated_at", "2015-02-20 19:42:09.667777"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:42:09.668548"], ["updated_at", "2015-02-20 19:42:09.668548"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 19:42:09.672538"], ["updated_at", "2015-02-20 19:42:09.672538"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.673349"], ["updated_at", "2015-02-20 19:42:09.673349"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.674104"], ["updated_at", "2015-02-20 19:42:09.674104"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.674775"], ["updated_at", "2015-02-20 19:42:09.674775"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.675581"], ["updated_at", "2015-02-20 19:42:09.675581"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.676272"], ["updated_at", "2015-02-20 19:42:09.676272"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.676943"], ["updated_at", "2015-02-20 19:42:09.676943"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.677596"], ["updated_at", "2015-02-20 19:42:09.677596"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:42:09.678257"], ["updated_at", "2015-02-20 19:42:09.678257"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 19:42:09.681976"], ["updated_at", "2015-02-20 19:42:09.681976"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.682772"], ["updated_at", "2015-02-20 19:42:09.682772"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.683482"], ["updated_at", "2015-02-20 19:42:09.683482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.684141"], ["updated_at", "2015-02-20 19:42:09.684141"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.684815"], ["updated_at", "2015-02-20 19:42:09.684815"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.685484"], ["updated_at", "2015-02-20 19:42:09.685484"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.686261"], ["updated_at", "2015-02-20 19:42:09.686261"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.687008"], ["updated_at", "2015-02-20 19:42:09.687008"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:42:09.687665"], ["updated_at", "2015-02-20 19:42:09.687665"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 19:42:09.691848"], ["updated_at", "2015-02-20 19:42:09.691848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.693209"], ["updated_at", "2015-02-20 19:42:09.693209"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.694273"], ["updated_at", "2015-02-20 19:42:09.694273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.695591"], ["updated_at", "2015-02-20 19:42:09.695591"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.696705"], ["updated_at", "2015-02-20 19:42:09.696705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.698091"], ["updated_at", "2015-02-20 19:42:09.698091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.698953"], ["updated_at", "2015-02-20 19:42:09.698953"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.699715"], ["updated_at", "2015-02-20 19:42:09.699715"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:42:09.700472"], ["updated_at", "2015-02-20 19:42:09.700472"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 19:42:09.704449"], ["updated_at", "2015-02-20 19:42:09.704449"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.705207"], ["updated_at", "2015-02-20 19:42:09.705207"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.705943"], ["updated_at", "2015-02-20 19:42:09.705943"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.706622"], ["updated_at", "2015-02-20 19:42:09.706622"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.707298"], ["updated_at", "2015-02-20 19:42:09.707298"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.708073"], ["updated_at", "2015-02-20 19:42:09.708073"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.708780"], ["updated_at", "2015-02-20 19:42:09.708780"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.709517"], ["updated_at", "2015-02-20 19:42:09.709517"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:42:09.710255"], ["updated_at", "2015-02-20 19:42:09.710255"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 19:42:09.714230"], ["updated_at", "2015-02-20 19:42:09.714230"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.715045"], ["updated_at", "2015-02-20 19:42:09.715045"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.715788"], ["updated_at", "2015-02-20 19:42:09.715788"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.716461"], ["updated_at", "2015-02-20 19:42:09.716461"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.717168"], ["updated_at", "2015-02-20 19:42:09.717168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.717881"], ["updated_at", "2015-02-20 19:42:09.717881"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.718570"], ["updated_at", "2015-02-20 19:42:09.718570"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.719222"], ["updated_at", "2015-02-20 19:42:09.719222"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:42:09.719899"], ["updated_at", "2015-02-20 19:42:09.719899"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 19:42:09.723655"], ["updated_at", "2015-02-20 19:42:09.723655"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.724579"], ["updated_at", "2015-02-20 19:42:09.724579"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.725487"], ["updated_at", "2015-02-20 19:42:09.725487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.726521"], ["updated_at", "2015-02-20 19:42:09.726521"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.727677"], ["updated_at", "2015-02-20 19:42:09.727677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.728670"], ["updated_at", "2015-02-20 19:42:09.728670"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.729607"], ["updated_at", "2015-02-20 19:42:09.729607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.730616"], ["updated_at", "2015-02-20 19:42:09.730616"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:42:09.731598"], ["updated_at", "2015-02-20 19:42:09.731598"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 19:42:09.736889"], ["updated_at", "2015-02-20 19:42:09.736889"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.737800"], ["updated_at", "2015-02-20 19:42:09.737800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.738654"], ["updated_at", "2015-02-20 19:42:09.738654"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.739459"], ["updated_at", "2015-02-20 19:42:09.739459"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.740201"], ["updated_at", "2015-02-20 19:42:09.740201"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.740927"], ["updated_at", "2015-02-20 19:42:09.740927"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.741604"], ["updated_at", "2015-02-20 19:42:09.741604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.742295"], ["updated_at", "2015-02-20 19:42:09.742295"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:42:09.743052"], ["updated_at", "2015-02-20 19:42:09.743052"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 19:42:09.746703"], ["updated_at", "2015-02-20 19:42:09.746703"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.747419"], ["updated_at", "2015-02-20 19:42:09.747419"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.748131"], ["updated_at", "2015-02-20 19:42:09.748131"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.748806"], ["updated_at", "2015-02-20 19:42:09.748806"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.749675"], ["updated_at", "2015-02-20 19:42:09.749675"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.750534"], ["updated_at", "2015-02-20 19:42:09.750534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.751300"], ["updated_at", "2015-02-20 19:42:09.751300"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.752106"], ["updated_at", "2015-02-20 19:42:09.752106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:42:09.752879"], ["updated_at", "2015-02-20 19:42:09.752879"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 19:42:09.756929"], ["updated_at", "2015-02-20 19:42:09.756929"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.757964"], ["updated_at", "2015-02-20 19:42:09.757964"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.758872"], ["updated_at", "2015-02-20 19:42:09.758872"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.759678"], ["updated_at", "2015-02-20 19:42:09.759678"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.760451"], ["updated_at", "2015-02-20 19:42:09.760451"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.761240"], ["updated_at", "2015-02-20 19:42:09.761240"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.762008"], ["updated_at", "2015-02-20 19:42:09.762008"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.762928"], ["updated_at", "2015-02-20 19:42:09.762928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:42:09.763711"], ["updated_at", "2015-02-20 19:42:09.763711"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 19:42:09.767786"], ["updated_at", "2015-02-20 19:42:09.767786"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.768604"], ["updated_at", "2015-02-20 19:42:09.768604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.769324"], ["updated_at", "2015-02-20 19:42:09.769324"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.770012"], ["updated_at", "2015-02-20 19:42:09.770012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.770688"], ["updated_at", "2015-02-20 19:42:09.770688"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.771366"], ["updated_at", "2015-02-20 19:42:09.771366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.772031"], ["updated_at", "2015-02-20 19:42:09.772031"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.772706"], ["updated_at", "2015-02-20 19:42:09.772706"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:42:09.773365"], ["updated_at", "2015-02-20 19:42:09.773365"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 19:42:09.776997"], ["updated_at", "2015-02-20 19:42:09.776997"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.777737"], ["updated_at", "2015-02-20 19:42:09.777737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.778449"], ["updated_at", "2015-02-20 19:42:09.778449"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.779124"], ["updated_at", "2015-02-20 19:42:09.779124"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.779782"], ["updated_at", "2015-02-20 19:42:09.779782"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.780457"], ["updated_at", "2015-02-20 19:42:09.780457"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.781128"], ["updated_at", "2015-02-20 19:42:09.781128"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.781784"], ["updated_at", "2015-02-20 19:42:09.781784"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:42:09.782457"], ["updated_at", "2015-02-20 19:42:09.782457"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 19:42:09.786253"], ["updated_at", "2015-02-20 19:42:09.786253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.787154"], ["updated_at", "2015-02-20 19:42:09.787154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.787873"], ["updated_at", "2015-02-20 19:42:09.787873"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.788672"], ["updated_at", "2015-02-20 19:42:09.788672"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.789399"], ["updated_at", "2015-02-20 19:42:09.789399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.790802"], ["updated_at", "2015-02-20 19:42:09.790802"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.791680"], ["updated_at", "2015-02-20 19:42:09.791680"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.792524"], ["updated_at", "2015-02-20 19:42:09.792524"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:42:09.793431"], ["updated_at", "2015-02-20 19:42:09.793431"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 19:42:09.797722"], ["updated_at", "2015-02-20 19:42:09.797722"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.798571"], ["updated_at", "2015-02-20 19:42:09.798571"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.799474"], ["updated_at", "2015-02-20 19:42:09.799474"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.800275"], ["updated_at", "2015-02-20 19:42:09.800275"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.801061"], ["updated_at", "2015-02-20 19:42:09.801061"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.801858"], ["updated_at", "2015-02-20 19:42:09.801858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.811774"], ["updated_at", "2015-02-20 19:42:09.811774"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.812622"], ["updated_at", "2015-02-20 19:42:09.812622"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:42:09.813390"], ["updated_at", "2015-02-20 19:42:09.813390"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 19:42:09.817972"], ["updated_at", "2015-02-20 19:42:09.817972"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.818835"], ["updated_at", "2015-02-20 19:42:09.818835"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.819609"], ["updated_at", "2015-02-20 19:42:09.819609"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.820306"], ["updated_at", "2015-02-20 19:42:09.820306"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.820983"], ["updated_at", "2015-02-20 19:42:09.820983"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.821638"], ["updated_at", "2015-02-20 19:42:09.821638"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.822322"], ["updated_at", "2015-02-20 19:42:09.822322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.822976"], ["updated_at", "2015-02-20 19:42:09.822976"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:42:09.823646"], ["updated_at", "2015-02-20 19:42:09.823646"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 19:42:09.827393"], ["updated_at", "2015-02-20 19:42:09.827393"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.828095"], ["updated_at", "2015-02-20 19:42:09.828095"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.828824"], ["updated_at", "2015-02-20 19:42:09.828824"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.829482"], ["updated_at", "2015-02-20 19:42:09.829482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.830180"], ["updated_at", "2015-02-20 19:42:09.830180"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.830837"], ["updated_at", "2015-02-20 19:42:09.830837"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.831549"], ["updated_at", "2015-02-20 19:42:09.831549"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.832274"], ["updated_at", "2015-02-20 19:42:09.832274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:42:09.833003"], ["updated_at", "2015-02-20 19:42:09.833003"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 19:42:09.837470"], ["updated_at", "2015-02-20 19:42:09.837470"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.838515"], ["updated_at", "2015-02-20 19:42:09.838515"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.839343"], ["updated_at", "2015-02-20 19:42:09.839343"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.840044"], ["updated_at", "2015-02-20 19:42:09.840044"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.840949"], ["updated_at", "2015-02-20 19:42:09.840949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.841749"], ["updated_at", "2015-02-20 19:42:09.841749"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.842528"], ["updated_at", "2015-02-20 19:42:09.842528"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.843313"], ["updated_at", "2015-02-20 19:42:09.843313"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:42:09.844038"], ["updated_at", "2015-02-20 19:42:09.844038"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 19:42:09.848052"], ["updated_at", "2015-02-20 19:42:09.848052"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.848758"], ["updated_at", "2015-02-20 19:42:09.848758"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.849477"], ["updated_at", "2015-02-20 19:42:09.849477"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.850137"], ["updated_at", "2015-02-20 19:42:09.850137"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.850867"], ["updated_at", "2015-02-20 19:42:09.850867"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.851529"], ["updated_at", "2015-02-20 19:42:09.851529"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.852219"], ["updated_at", "2015-02-20 19:42:09.852219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.852876"], ["updated_at", "2015-02-20 19:42:09.852876"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:42:09.853558"], ["updated_at", "2015-02-20 19:42:09.853558"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 19:42:09.857980"], ["updated_at", "2015-02-20 19:42:09.857980"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.860641"], ["updated_at", "2015-02-20 19:42:09.860641"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.862001"], ["updated_at", "2015-02-20 19:42:09.862001"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.862780"], ["updated_at", "2015-02-20 19:42:09.862780"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.863604"], ["updated_at", "2015-02-20 19:42:09.863604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.864445"], ["updated_at", "2015-02-20 19:42:09.864445"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.865194"], ["updated_at", "2015-02-20 19:42:09.865194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.865924"], ["updated_at", "2015-02-20 19:42:09.865924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:42:09.866670"], ["updated_at", "2015-02-20 19:42:09.866670"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 19:42:09.870863"], ["updated_at", "2015-02-20 19:42:09.870863"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.871659"], ["updated_at", "2015-02-20 19:42:09.871659"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.872401"], ["updated_at", "2015-02-20 19:42:09.872401"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.873069"], ["updated_at", "2015-02-20 19:42:09.873069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.873767"], ["updated_at", "2015-02-20 19:42:09.873767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.874448"], ["updated_at", "2015-02-20 19:42:09.874448"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.875173"], ["updated_at", "2015-02-20 19:42:09.875173"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.875849"], ["updated_at", "2015-02-20 19:42:09.875849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:42:09.876558"], ["updated_at", "2015-02-20 19:42:09.876558"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220194200"]]  (1.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220194200)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220194200_add_magic_addresses.rb:71)  (0.2ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 19:43:27.087353"], ["updated_at", "2015-02-20 19:43:27.087353"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.091373"], ["updated_at", "2015-02-20 19:43:27.091373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.092242"], ["updated_at", "2015-02-20 19:43:27.092242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.092915"], ["updated_at", "2015-02-20 19:43:27.092915"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.093588"], ["updated_at", "2015-02-20 19:43:27.093588"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.094257"], ["updated_at", "2015-02-20 19:43:27.094257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.094931"], ["updated_at", "2015-02-20 19:43:27.094931"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.095591"], ["updated_at", "2015-02-20 19:43:27.095591"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 19:43:27.096297"], ["updated_at", "2015-02-20 19:43:27.096297"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 19:43:27.100030"], ["updated_at", "2015-02-20 19:43:27.100030"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.100781"], ["updated_at", "2015-02-20 19:43:27.100781"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.101563"], ["updated_at", "2015-02-20 19:43:27.101563"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.102230"], ["updated_at", "2015-02-20 19:43:27.102230"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.102905"], ["updated_at", "2015-02-20 19:43:27.102905"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.103830"], ["updated_at", "2015-02-20 19:43:27.103830"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.104591"], ["updated_at", "2015-02-20 19:43:27.104591"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.105371"], ["updated_at", "2015-02-20 19:43:27.105371"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 19:43:27.106036"], ["updated_at", "2015-02-20 19:43:27.106036"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 19:43:27.110144"], ["updated_at", "2015-02-20 19:43:27.110144"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.111408"], ["updated_at", "2015-02-20 19:43:27.111408"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.112275"], ["updated_at", "2015-02-20 19:43:27.112275"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.112981"], ["updated_at", "2015-02-20 19:43:27.112981"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.113821"], ["updated_at", "2015-02-20 19:43:27.113821"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.114755"], ["updated_at", "2015-02-20 19:43:27.114755"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.115508"], ["updated_at", "2015-02-20 19:43:27.115508"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.116337"], ["updated_at", "2015-02-20 19:43:27.116337"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 19:43:27.117103"], ["updated_at", "2015-02-20 19:43:27.117103"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 19:43:27.120980"], ["updated_at", "2015-02-20 19:43:27.120980"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.121707"], ["updated_at", "2015-02-20 19:43:27.121707"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.122398"], ["updated_at", "2015-02-20 19:43:27.122398"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.123072"], ["updated_at", "2015-02-20 19:43:27.123072"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.123735"], ["updated_at", "2015-02-20 19:43:27.123735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.124411"], ["updated_at", "2015-02-20 19:43:27.124411"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.125130"], ["updated_at", "2015-02-20 19:43:27.125130"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.125831"], ["updated_at", "2015-02-20 19:43:27.125831"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 19:43:27.126531"], ["updated_at", "2015-02-20 19:43:27.126531"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 19:43:27.130570"], ["updated_at", "2015-02-20 19:43:27.130570"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.133465"], ["updated_at", "2015-02-20 19:43:27.133465"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.134708"], ["updated_at", "2015-02-20 19:43:27.134708"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.135520"], ["updated_at", "2015-02-20 19:43:27.135520"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.136266"], ["updated_at", "2015-02-20 19:43:27.136266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.136998"], ["updated_at", "2015-02-20 19:43:27.136998"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.137743"], ["updated_at", "2015-02-20 19:43:27.137743"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.138559"], ["updated_at", "2015-02-20 19:43:27.138559"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 19:43:27.139458"], ["updated_at", "2015-02-20 19:43:27.139458"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 19:43:27.143971"], ["updated_at", "2015-02-20 19:43:27.143971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.145069"], ["updated_at", "2015-02-20 19:43:27.145069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.145779"], ["updated_at", "2015-02-20 19:43:27.145779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.146433"], ["updated_at", "2015-02-20 19:43:27.146433"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.147107"], ["updated_at", "2015-02-20 19:43:27.147107"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.147767"], ["updated_at", "2015-02-20 19:43:27.147767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.148449"], ["updated_at", "2015-02-20 19:43:27.148449"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.149139"], ["updated_at", "2015-02-20 19:43:27.149139"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 19:43:27.149809"], ["updated_at", "2015-02-20 19:43:27.149809"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 19:43:27.153566"], ["updated_at", "2015-02-20 19:43:27.153566"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.154497"], ["updated_at", "2015-02-20 19:43:27.154497"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.155395"], ["updated_at", "2015-02-20 19:43:27.155395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.156131"], ["updated_at", "2015-02-20 19:43:27.156131"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.156858"], ["updated_at", "2015-02-20 19:43:27.156858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.157601"], ["updated_at", "2015-02-20 19:43:27.157601"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.158371"], ["updated_at", "2015-02-20 19:43:27.158371"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.159146"], ["updated_at", "2015-02-20 19:43:27.159146"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 19:43:27.159905"], ["updated_at", "2015-02-20 19:43:27.159905"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 19:43:27.163723"], ["updated_at", "2015-02-20 19:43:27.163723"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.164606"], ["updated_at", "2015-02-20 19:43:27.164606"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.165507"], ["updated_at", "2015-02-20 19:43:27.165507"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.166270"], ["updated_at", "2015-02-20 19:43:27.166270"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.167019"], ["updated_at", "2015-02-20 19:43:27.167019"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.167974"], ["updated_at", "2015-02-20 19:43:27.167974"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.168754"], ["updated_at", "2015-02-20 19:43:27.168754"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.169567"], ["updated_at", "2015-02-20 19:43:27.169567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 19:43:27.170335"], ["updated_at", "2015-02-20 19:43:27.170335"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 19:43:27.174592"], ["updated_at", "2015-02-20 19:43:27.174592"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.175572"], ["updated_at", "2015-02-20 19:43:27.175572"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.176307"], ["updated_at", "2015-02-20 19:43:27.176307"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.176985"], ["updated_at", "2015-02-20 19:43:27.176985"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.177646"], ["updated_at", "2015-02-20 19:43:27.177646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.178316"], ["updated_at", "2015-02-20 19:43:27.178316"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.178989"], ["updated_at", "2015-02-20 19:43:27.178989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.179665"], ["updated_at", "2015-02-20 19:43:27.179665"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 19:43:27.180332"], ["updated_at", "2015-02-20 19:43:27.180332"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 19:43:27.183922"], ["updated_at", "2015-02-20 19:43:27.183922"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.184623"], ["updated_at", "2015-02-20 19:43:27.184623"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.185319"], ["updated_at", "2015-02-20 19:43:27.185319"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.185989"], ["updated_at", "2015-02-20 19:43:27.185989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.186646"], ["updated_at", "2015-02-20 19:43:27.186646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.187314"], ["updated_at", "2015-02-20 19:43:27.187314"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.187991"], ["updated_at", "2015-02-20 19:43:27.187991"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.188649"], ["updated_at", "2015-02-20 19:43:27.188649"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 19:43:27.189331"], ["updated_at", "2015-02-20 19:43:27.189331"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 19:43:27.193200"], ["updated_at", "2015-02-20 19:43:27.193200"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.193923"], ["updated_at", "2015-02-20 19:43:27.193923"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.194665"], ["updated_at", "2015-02-20 19:43:27.194665"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.195403"], ["updated_at", "2015-02-20 19:43:27.195403"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.196395"], ["updated_at", "2015-02-20 19:43:27.196395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.197312"], ["updated_at", "2015-02-20 19:43:27.197312"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.198168"], ["updated_at", "2015-02-20 19:43:27.198168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.198928"], ["updated_at", "2015-02-20 19:43:27.198928"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 19:43:27.199692"], ["updated_at", "2015-02-20 19:43:27.199692"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 19:43:27.203903"], ["updated_at", "2015-02-20 19:43:27.203903"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.204677"], ["updated_at", "2015-02-20 19:43:27.204677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.205841"], ["updated_at", "2015-02-20 19:43:27.205841"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.206645"], ["updated_at", "2015-02-20 19:43:27.206645"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.207519"], ["updated_at", "2015-02-20 19:43:27.207519"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.208246"], ["updated_at", "2015-02-20 19:43:27.208246"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.208985"], ["updated_at", "2015-02-20 19:43:27.208985"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.209644"], ["updated_at", "2015-02-20 19:43:27.209644"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 19:43:27.210306"], ["updated_at", "2015-02-20 19:43:27.210306"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 19:43:27.214344"], ["updated_at", "2015-02-20 19:43:27.214344"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.216859"], ["updated_at", "2015-02-20 19:43:27.216859"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.219066"], ["updated_at", "2015-02-20 19:43:27.219066"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.219896"], ["updated_at", "2015-02-20 19:43:27.219896"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.220723"], ["updated_at", "2015-02-20 19:43:27.220723"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.221598"], ["updated_at", "2015-02-20 19:43:27.221598"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.222317"], ["updated_at", "2015-02-20 19:43:27.222317"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.223117"], ["updated_at", "2015-02-20 19:43:27.223117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 19:43:27.223830"], ["updated_at", "2015-02-20 19:43:27.223830"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 19:43:27.227840"], ["updated_at", "2015-02-20 19:43:27.227840"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.228629"], ["updated_at", "2015-02-20 19:43:27.228629"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.229344"], ["updated_at", "2015-02-20 19:43:27.229344"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.230010"], ["updated_at", "2015-02-20 19:43:27.230010"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.230667"], ["updated_at", "2015-02-20 19:43:27.230667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.231345"], ["updated_at", "2015-02-20 19:43:27.231345"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.232001"], ["updated_at", "2015-02-20 19:43:27.232001"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.232674"], ["updated_at", "2015-02-20 19:43:27.232674"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 19:43:27.233326"], ["updated_at", "2015-02-20 19:43:27.233326"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 19:43:27.236916"], ["updated_at", "2015-02-20 19:43:27.236916"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.237704"], ["updated_at", "2015-02-20 19:43:27.237704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.238542"], ["updated_at", "2015-02-20 19:43:27.238542"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.239416"], ["updated_at", "2015-02-20 19:43:27.239416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.240234"], ["updated_at", "2015-02-20 19:43:27.240234"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.241003"], ["updated_at", "2015-02-20 19:43:27.241003"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.241748"], ["updated_at", "2015-02-20 19:43:27.241748"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.242494"], ["updated_at", "2015-02-20 19:43:27.242494"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 19:43:27.243248"], ["updated_at", "2015-02-20 19:43:27.243248"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 19:43:27.247292"], ["updated_at", "2015-02-20 19:43:27.247292"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.248337"], ["updated_at", "2015-02-20 19:43:27.248337"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.249229"], ["updated_at", "2015-02-20 19:43:27.249229"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.250056"], ["updated_at", "2015-02-20 19:43:27.250056"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.250877"], ["updated_at", "2015-02-20 19:43:27.250877"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.251731"], ["updated_at", "2015-02-20 19:43:27.251731"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.252527"], ["updated_at", "2015-02-20 19:43:27.252527"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.253258"], ["updated_at", "2015-02-20 19:43:27.253258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 19:43:27.253979"], ["updated_at", "2015-02-20 19:43:27.253979"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 19:43:27.257748"], ["updated_at", "2015-02-20 19:43:27.257748"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.258549"], ["updated_at", "2015-02-20 19:43:27.258549"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.259254"], ["updated_at", "2015-02-20 19:43:27.259254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.259911"], ["updated_at", "2015-02-20 19:43:27.259911"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.260575"], ["updated_at", "2015-02-20 19:43:27.260575"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.261226"], ["updated_at", "2015-02-20 19:43:27.261226"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.261889"], ["updated_at", "2015-02-20 19:43:27.261889"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.262543"], ["updated_at", "2015-02-20 19:43:27.262543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 19:43:27.263198"], ["updated_at", "2015-02-20 19:43:27.263198"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 19:43:27.266756"], ["updated_at", "2015-02-20 19:43:27.266756"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.267486"], ["updated_at", "2015-02-20 19:43:27.267486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.268182"], ["updated_at", "2015-02-20 19:43:27.268182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.268863"], ["updated_at", "2015-02-20 19:43:27.268863"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.269562"], ["updated_at", "2015-02-20 19:43:27.269562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.270209"], ["updated_at", "2015-02-20 19:43:27.270209"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.270884"], ["updated_at", "2015-02-20 19:43:27.270884"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.271548"], ["updated_at", "2015-02-20 19:43:27.271548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 19:43:27.272198"], ["updated_at", "2015-02-20 19:43:27.272198"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 19:43:27.276015"], ["updated_at", "2015-02-20 19:43:27.276015"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.276716"], ["updated_at", "2015-02-20 19:43:27.276716"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.277430"], ["updated_at", "2015-02-20 19:43:27.277430"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.278087"], ["updated_at", "2015-02-20 19:43:27.278087"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.278743"], ["updated_at", "2015-02-20 19:43:27.278743"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.279506"], ["updated_at", "2015-02-20 19:43:27.279506"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.280497"], ["updated_at", "2015-02-20 19:43:27.280497"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.281418"], ["updated_at", "2015-02-20 19:43:27.281418"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 19:43:27.282296"], ["updated_at", "2015-02-20 19:43:27.282296"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 19:43:27.286441"], ["updated_at", "2015-02-20 19:43:27.286441"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.287300"], ["updated_at", "2015-02-20 19:43:27.287300"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.288037"], ["updated_at", "2015-02-20 19:43:27.288037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.288708"], ["updated_at", "2015-02-20 19:43:27.288708"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.289365"], ["updated_at", "2015-02-20 19:43:27.289365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.290068"], ["updated_at", "2015-02-20 19:43:27.290068"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.290730"], ["updated_at", "2015-02-20 19:43:27.290730"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.291384"], ["updated_at", "2015-02-20 19:43:27.291384"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 19:43:27.292048"], ["updated_at", "2015-02-20 19:43:27.292048"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 19:43:27.295642"], ["updated_at", "2015-02-20 19:43:27.295642"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.296392"], ["updated_at", "2015-02-20 19:43:27.296392"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.297468"], ["updated_at", "2015-02-20 19:43:27.297468"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.298321"], ["updated_at", "2015-02-20 19:43:27.298321"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.299089"], ["updated_at", "2015-02-20 19:43:27.299089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.299872"], ["updated_at", "2015-02-20 19:43:27.299872"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.300631"], ["updated_at", "2015-02-20 19:43:27.300631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.301358"], ["updated_at", "2015-02-20 19:43:27.301358"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 19:43:27.302213"], ["updated_at", "2015-02-20 19:43:27.302213"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 19:43:27.306486"], ["updated_at", "2015-02-20 19:43:27.306486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.307301"], ["updated_at", "2015-02-20 19:43:27.307301"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.308015"], ["updated_at", "2015-02-20 19:43:27.308015"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.308710"], ["updated_at", "2015-02-20 19:43:27.308710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.309415"], ["updated_at", "2015-02-20 19:43:27.309415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.310150"], ["updated_at", "2015-02-20 19:43:27.310150"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.310827"], ["updated_at", "2015-02-20 19:43:27.310827"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.311481"], ["updated_at", "2015-02-20 19:43:27.311481"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 19:43:27.312150"], ["updated_at", "2015-02-20 19:43:27.312150"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 19:43:27.315932"], ["updated_at", "2015-02-20 19:43:27.315932"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.316684"], ["updated_at", "2015-02-20 19:43:27.316684"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.317406"], ["updated_at", "2015-02-20 19:43:27.317406"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.318065"], ["updated_at", "2015-02-20 19:43:27.318065"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.318729"], ["updated_at", "2015-02-20 19:43:27.318729"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.319413"], ["updated_at", "2015-02-20 19:43:27.319413"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.320089"], ["updated_at", "2015-02-20 19:43:27.320089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.320754"], ["updated_at", "2015-02-20 19:43:27.320754"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 19:43:27.321472"], ["updated_at", "2015-02-20 19:43:27.321472"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 19:43:27.325639"], ["updated_at", "2015-02-20 19:43:27.325639"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.326503"], ["updated_at", "2015-02-20 19:43:27.326503"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.327285"], ["updated_at", "2015-02-20 19:43:27.327285"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.328023"], ["updated_at", "2015-02-20 19:43:27.328023"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.328748"], ["updated_at", "2015-02-20 19:43:27.328748"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.329434"], ["updated_at", "2015-02-20 19:43:27.329434"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.330127"], ["updated_at", "2015-02-20 19:43:27.330127"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.330911"], ["updated_at", "2015-02-20 19:43:27.330911"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 19:43:27.331681"], ["updated_at", "2015-02-20 19:43:27.331681"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 19:43:27.336067"], ["updated_at", "2015-02-20 19:43:27.336067"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.336920"], ["updated_at", "2015-02-20 19:43:27.336920"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.337697"], ["updated_at", "2015-02-20 19:43:27.337697"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.338490"], ["updated_at", "2015-02-20 19:43:27.338490"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.339176"], ["updated_at", "2015-02-20 19:43:27.339176"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.339874"], ["updated_at", "2015-02-20 19:43:27.339874"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.340554"], ["updated_at", "2015-02-20 19:43:27.340554"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.341270"], ["updated_at", "2015-02-20 19:43:27.341270"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 19:43:27.341966"], ["updated_at", "2015-02-20 19:43:27.341966"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 19:43:27.345623"], ["updated_at", "2015-02-20 19:43:27.345623"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.346350"], ["updated_at", "2015-02-20 19:43:27.346350"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.347038"], ["updated_at", "2015-02-20 19:43:27.347038"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.347713"], ["updated_at", "2015-02-20 19:43:27.347713"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.348370"], ["updated_at", "2015-02-20 19:43:27.348370"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.349037"], ["updated_at", "2015-02-20 19:43:27.349037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.349706"], ["updated_at", "2015-02-20 19:43:27.349706"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.350360"], ["updated_at", "2015-02-20 19:43:27.350360"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 19:43:27.351043"], ["updated_at", "2015-02-20 19:43:27.351043"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 19:43:27.354570"], ["updated_at", "2015-02-20 19:43:27.354570"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.355276"], ["updated_at", "2015-02-20 19:43:27.355276"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.355961"], ["updated_at", "2015-02-20 19:43:27.355961"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.356628"], ["updated_at", "2015-02-20 19:43:27.356628"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.357404"], ["updated_at", "2015-02-20 19:43:27.357404"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.358123"], ["updated_at", "2015-02-20 19:43:27.358123"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.358789"], ["updated_at", "2015-02-20 19:43:27.358789"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.359455"], ["updated_at", "2015-02-20 19:43:27.359455"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 19:43:27.360124"], ["updated_at", "2015-02-20 19:43:27.360124"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 19:43:27.364159"], ["updated_at", "2015-02-20 19:43:27.364159"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.365204"], ["updated_at", "2015-02-20 19:43:27.365204"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.366071"], ["updated_at", "2015-02-20 19:43:27.366071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.366821"], ["updated_at", "2015-02-20 19:43:27.366821"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.367581"], ["updated_at", "2015-02-20 19:43:27.367581"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.368313"], ["updated_at", "2015-02-20 19:43:27.368313"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.369048"], ["updated_at", "2015-02-20 19:43:27.369048"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.369801"], ["updated_at", "2015-02-20 19:43:27.369801"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 19:43:27.370512"], ["updated_at", "2015-02-20 19:43:27.370512"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 19:43:27.374383"], ["updated_at", "2015-02-20 19:43:27.374383"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.375095"], ["updated_at", "2015-02-20 19:43:27.375095"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.375795"], ["updated_at", "2015-02-20 19:43:27.375795"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.376452"], ["updated_at", "2015-02-20 19:43:27.376452"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.377139"], ["updated_at", "2015-02-20 19:43:27.377139"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.377837"], ["updated_at", "2015-02-20 19:43:27.377837"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.378499"], ["updated_at", "2015-02-20 19:43:27.378499"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.379166"], ["updated_at", "2015-02-20 19:43:27.379166"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 19:43:27.379886"], ["updated_at", "2015-02-20 19:43:27.379886"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 19:43:27.384382"], ["updated_at", "2015-02-20 19:43:27.384382"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.385388"], ["updated_at", "2015-02-20 19:43:27.385388"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.386327"], ["updated_at", "2015-02-20 19:43:27.386327"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.387097"], ["updated_at", "2015-02-20 19:43:27.387097"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.387811"], ["updated_at", "2015-02-20 19:43:27.387811"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.388526"], ["updated_at", "2015-02-20 19:43:27.388526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.389214"], ["updated_at", "2015-02-20 19:43:27.389214"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.397089"], ["updated_at", "2015-02-20 19:43:27.397089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 19:43:27.397776"], ["updated_at", "2015-02-20 19:43:27.397776"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 19:43:27.401612"], ["updated_at", "2015-02-20 19:43:27.401612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.402404"], ["updated_at", "2015-02-20 19:43:27.402404"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.403165"], ["updated_at", "2015-02-20 19:43:27.403165"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.403834"], ["updated_at", "2015-02-20 19:43:27.403834"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.404482"], ["updated_at", "2015-02-20 19:43:27.404482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.405156"], ["updated_at", "2015-02-20 19:43:27.405156"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.405901"], ["updated_at", "2015-02-20 19:43:27.405901"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.406635"], ["updated_at", "2015-02-20 19:43:27.406635"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 19:43:27.407363"], ["updated_at", "2015-02-20 19:43:27.407363"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 19:43:27.411315"], ["updated_at", "2015-02-20 19:43:27.411315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.412168"], ["updated_at", "2015-02-20 19:43:27.412168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.412898"], ["updated_at", "2015-02-20 19:43:27.412898"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.413704"], ["updated_at", "2015-02-20 19:43:27.413704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.414498"], ["updated_at", "2015-02-20 19:43:27.414498"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.415312"], ["updated_at", "2015-02-20 19:43:27.415312"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.416100"], ["updated_at", "2015-02-20 19:43:27.416100"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.416921"], ["updated_at", "2015-02-20 19:43:27.416921"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 19:43:27.417906"], ["updated_at", "2015-02-20 19:43:27.417906"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 19:43:27.422081"], ["updated_at", "2015-02-20 19:43:27.422081"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.422936"], ["updated_at", "2015-02-20 19:43:27.422936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.423689"], ["updated_at", "2015-02-20 19:43:27.423689"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.424389"], ["updated_at", "2015-02-20 19:43:27.424389"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.425091"], ["updated_at", "2015-02-20 19:43:27.425091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.425776"], ["updated_at", "2015-02-20 19:43:27.425776"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.426445"], ["updated_at", "2015-02-20 19:43:27.426445"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.427142"], ["updated_at", "2015-02-20 19:43:27.427142"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 19:43:27.427804"], ["updated_at", "2015-02-20 19:43:27.427804"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 19:43:27.431825"], ["updated_at", "2015-02-20 19:43:27.431825"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.432629"], ["updated_at", "2015-02-20 19:43:27.432629"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.433322"], ["updated_at", "2015-02-20 19:43:27.433322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.434001"], ["updated_at", "2015-02-20 19:43:27.434001"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.434658"], ["updated_at", "2015-02-20 19:43:27.434658"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.435348"], ["updated_at", "2015-02-20 19:43:27.435348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.435998"], ["updated_at", "2015-02-20 19:43:27.435998"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.436678"], ["updated_at", "2015-02-20 19:43:27.436678"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 19:43:27.437336"], ["updated_at", "2015-02-20 19:43:27.437336"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 19:43:27.440961"], ["updated_at", "2015-02-20 19:43:27.440961"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.441729"], ["updated_at", "2015-02-20 19:43:27.441729"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.442505"], ["updated_at", "2015-02-20 19:43:27.442505"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.443254"], ["updated_at", "2015-02-20 19:43:27.443254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.443906"], ["updated_at", "2015-02-20 19:43:27.443906"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.444587"], ["updated_at", "2015-02-20 19:43:27.444587"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.445245"], ["updated_at", "2015-02-20 19:43:27.445245"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.445947"], ["updated_at", "2015-02-20 19:43:27.445947"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 19:43:27.446815"], ["updated_at", "2015-02-20 19:43:27.446815"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 19:43:27.451599"], ["updated_at", "2015-02-20 19:43:27.451599"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.452590"], ["updated_at", "2015-02-20 19:43:27.452590"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.453409"], ["updated_at", "2015-02-20 19:43:27.453409"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.454118"], ["updated_at", "2015-02-20 19:43:27.454118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.454779"], ["updated_at", "2015-02-20 19:43:27.454779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.455482"], ["updated_at", "2015-02-20 19:43:27.455482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.456138"], ["updated_at", "2015-02-20 19:43:27.456138"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.456816"], ["updated_at", "2015-02-20 19:43:27.456816"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 19:43:27.457476"], ["updated_at", "2015-02-20 19:43:27.457476"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220194200"]]  (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_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (1.3ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.9ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.7ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_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_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) 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.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220194200')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831') MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" ORDER BY "mgca_countries"."id" ASC LIMIT 1 MagicAddresses::Country::Translation Load (0.2ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 1]] MagicAddresses::Country::Translation Load (0.3ms) SELECT DISTINCT locale FROM "mgca_country_translations" ORDER BY "mgca_country_translations"."locale" ASC MagicAddresses::Country Load (0.4ms) SELECT "mgca_countries".* FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" IN ('cs', 'de', 'en', 'es', 'fr', 'it', 'pl', 'ru') AND (name LIKE '%Deutschland%') MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" IN (13) MagicAddresses::Country::Translation Load (0.5ms) SELECT DISTINCT locale FROM "mgca_country_translations" ORDER BY "mgca_country_translations"."locale" ASC MagicAddresses::Country Load (1.1ms) SELECT "mgca_countries".* FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" IN ('cs', 'de', 'en', 'es', 'fr', 'it', 'pl', 'ru') AND (name LIKE '%Deutschland%') ORDER BY "mgca_countries"."id" ASC LIMIT 1 MagicAddresses::Country::Translation Load (0.3ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" IN (13) MagicAddresses::Country::Translation Load (0.2ms) SELECT DISTINCT locale FROM "mgca_country_translations" ORDER BY "mgca_country_translations"."locale" ASC MagicAddresses::Country Load (0.4ms) SELECT "mgca_countries".* FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" IN ('cs', 'de', 'en', 'es', 'fr', 'it', 'pl', 'ru') AND (name LIKE '%Deutschland%') ORDER BY "mgca_countries"."id" ASC LIMIT 1 MagicAddresses::Country::Translation Load (0.2ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" IN (13)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.0ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.8ms) commit transaction Migrating to AddMagicAddresses (20150220202151)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220202151_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 20:22:00.790439"], ["updated_at", "2015-02-20 20:22:00.790439"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.796164"], ["updated_at", "2015-02-20 20:22:00.796164"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.797155"], ["updated_at", "2015-02-20 20:22:00.797155"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.797873"], ["updated_at", "2015-02-20 20:22:00.797873"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.798591"], ["updated_at", "2015-02-20 20:22:00.798591"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.799280"], ["updated_at", "2015-02-20 20:22:00.799280"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.799979"], ["updated_at", "2015-02-20 20:22:00.799979"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.800702"], ["updated_at", "2015-02-20 20:22:00.800702"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 20:22:00.801387"], ["updated_at", "2015-02-20 20:22:00.801387"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 20:22:00.805254"], ["updated_at", "2015-02-20 20:22:00.805254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.805983"], ["updated_at", "2015-02-20 20:22:00.805983"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.806687"], ["updated_at", "2015-02-20 20:22:00.806687"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.807367"], ["updated_at", "2015-02-20 20:22:00.807367"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.808067"], ["updated_at", "2015-02-20 20:22:00.808067"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.808759"], ["updated_at", "2015-02-20 20:22:00.808759"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.809428"], ["updated_at", "2015-02-20 20:22:00.809428"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.810102"], ["updated_at", "2015-02-20 20:22:00.810102"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 20:22:00.810853"], ["updated_at", "2015-02-20 20:22:00.810853"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 20:22:00.815067"], ["updated_at", "2015-02-20 20:22:00.815067"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.815970"], ["updated_at", "2015-02-20 20:22:00.815970"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.816786"], ["updated_at", "2015-02-20 20:22:00.816786"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.817546"], ["updated_at", "2015-02-20 20:22:00.817546"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.818313"], ["updated_at", "2015-02-20 20:22:00.818313"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.819060"], ["updated_at", "2015-02-20 20:22:00.819060"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.819818"], ["updated_at", "2015-02-20 20:22:00.819818"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.820560"], ["updated_at", "2015-02-20 20:22:00.820560"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 20:22:00.821322"], ["updated_at", "2015-02-20 20:22:00.821322"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 20:22:00.824989"], ["updated_at", "2015-02-20 20:22:00.824989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.825726"], ["updated_at", "2015-02-20 20:22:00.825726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.826584"], ["updated_at", "2015-02-20 20:22:00.826584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.827337"], ["updated_at", "2015-02-20 20:22:00.827337"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.828000"], ["updated_at", "2015-02-20 20:22:00.828000"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.828677"], ["updated_at", "2015-02-20 20:22:00.828677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.829357"], ["updated_at", "2015-02-20 20:22:00.829357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.830037"], ["updated_at", "2015-02-20 20:22:00.830037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 20:22:00.830698"], ["updated_at", "2015-02-20 20:22:00.830698"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 20:22:00.834867"], ["updated_at", "2015-02-20 20:22:00.834867"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.836322"], ["updated_at", "2015-02-20 20:22:00.836322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.837268"], ["updated_at", "2015-02-20 20:22:00.837268"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.838084"], ["updated_at", "2015-02-20 20:22:00.838084"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.839092"], ["updated_at", "2015-02-20 20:22:00.839092"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.840590"], ["updated_at", "2015-02-20 20:22:00.840590"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.841830"], ["updated_at", "2015-02-20 20:22:00.841830"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.843060"], ["updated_at", "2015-02-20 20:22:00.843060"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 20:22:00.843829"], ["updated_at", "2015-02-20 20:22:00.843829"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 20:22:00.847749"], ["updated_at", "2015-02-20 20:22:00.847749"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.848497"], ["updated_at", "2015-02-20 20:22:00.848497"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.849221"], ["updated_at", "2015-02-20 20:22:00.849221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.849899"], ["updated_at", "2015-02-20 20:22:00.849899"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.850626"], ["updated_at", "2015-02-20 20:22:00.850626"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.851583"], ["updated_at", "2015-02-20 20:22:00.851583"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.852252"], ["updated_at", "2015-02-20 20:22:00.852252"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.852926"], ["updated_at", "2015-02-20 20:22:00.852926"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 20:22:00.853609"], ["updated_at", "2015-02-20 20:22:00.853609"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 20:22:00.857587"], ["updated_at", "2015-02-20 20:22:00.857587"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.858522"], ["updated_at", "2015-02-20 20:22:00.858522"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.859323"], ["updated_at", "2015-02-20 20:22:00.859323"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.860085"], ["updated_at", "2015-02-20 20:22:00.860085"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.860840"], ["updated_at", "2015-02-20 20:22:00.860840"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.861588"], ["updated_at", "2015-02-20 20:22:00.861588"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.862418"], ["updated_at", "2015-02-20 20:22:00.862418"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.863180"], ["updated_at", "2015-02-20 20:22:00.863180"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 20:22:00.863930"], ["updated_at", "2015-02-20 20:22:00.863930"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 20:22:00.867843"], ["updated_at", "2015-02-20 20:22:00.867843"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.868790"], ["updated_at", "2015-02-20 20:22:00.868790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.869715"], ["updated_at", "2015-02-20 20:22:00.869715"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.870596"], ["updated_at", "2015-02-20 20:22:00.870596"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.871981"], ["updated_at", "2015-02-20 20:22:00.871981"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.873189"], ["updated_at", "2015-02-20 20:22:00.873189"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.874463"], ["updated_at", "2015-02-20 20:22:00.874463"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.875320"], ["updated_at", "2015-02-20 20:22:00.875320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 20:22:00.876006"], ["updated_at", "2015-02-20 20:22:00.876006"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 20:22:00.879792"], ["updated_at", "2015-02-20 20:22:00.879792"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.880517"], ["updated_at", "2015-02-20 20:22:00.880517"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.881249"], ["updated_at", "2015-02-20 20:22:00.881249"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.881917"], ["updated_at", "2015-02-20 20:22:00.881917"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.882616"], ["updated_at", "2015-02-20 20:22:00.882616"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.883302"], ["updated_at", "2015-02-20 20:22:00.883302"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.883987"], ["updated_at", "2015-02-20 20:22:00.883987"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.884725"], ["updated_at", "2015-02-20 20:22:00.884725"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 20:22:00.885451"], ["updated_at", "2015-02-20 20:22:00.885451"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 20:22:00.889243"], ["updated_at", "2015-02-20 20:22:00.889243"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.890013"], ["updated_at", "2015-02-20 20:22:00.890013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.890753"], ["updated_at", "2015-02-20 20:22:00.890753"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.891445"], ["updated_at", "2015-02-20 20:22:00.891445"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.892154"], ["updated_at", "2015-02-20 20:22:00.892154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.892833"], ["updated_at", "2015-02-20 20:22:00.892833"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.893639"], ["updated_at", "2015-02-20 20:22:00.893639"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.894438"], ["updated_at", "2015-02-20 20:22:00.894438"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 20:22:00.895230"], ["updated_at", "2015-02-20 20:22:00.895230"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 20:22:00.899007"], ["updated_at", "2015-02-20 20:22:00.899007"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.900101"], ["updated_at", "2015-02-20 20:22:00.900101"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.901106"], ["updated_at", "2015-02-20 20:22:00.901106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.902012"], ["updated_at", "2015-02-20 20:22:00.902012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.902795"], ["updated_at", "2015-02-20 20:22:00.902795"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.903570"], ["updated_at", "2015-02-20 20:22:00.903570"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.904328"], ["updated_at", "2015-02-20 20:22:00.904328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.905233"], ["updated_at", "2015-02-20 20:22:00.905233"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 20:22:00.905975"], ["updated_at", "2015-02-20 20:22:00.905975"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 20:22:00.910144"], ["updated_at", "2015-02-20 20:22:00.910144"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.911025"], ["updated_at", "2015-02-20 20:22:00.911025"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.911749"], ["updated_at", "2015-02-20 20:22:00.911749"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.912652"], ["updated_at", "2015-02-20 20:22:00.912652"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.913376"], ["updated_at", "2015-02-20 20:22:00.913376"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.914054"], ["updated_at", "2015-02-20 20:22:00.914054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.914736"], ["updated_at", "2015-02-20 20:22:00.914736"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.915426"], ["updated_at", "2015-02-20 20:22:00.915426"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 20:22:00.916157"], ["updated_at", "2015-02-20 20:22:00.916157"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 20:22:00.922123"], ["updated_at", "2015-02-20 20:22:00.922123"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.923657"], ["updated_at", "2015-02-20 20:22:00.923657"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.924497"], ["updated_at", "2015-02-20 20:22:00.924497"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.925211"], ["updated_at", "2015-02-20 20:22:00.925211"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.925984"], ["updated_at", "2015-02-20 20:22:00.925984"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.926846"], ["updated_at", "2015-02-20 20:22:00.926846"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.927804"], ["updated_at", "2015-02-20 20:22:00.927804"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.928661"], ["updated_at", "2015-02-20 20:22:00.928661"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 20:22:00.929380"], ["updated_at", "2015-02-20 20:22:00.929380"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 20:22:00.933270"], ["updated_at", "2015-02-20 20:22:00.933270"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.934015"], ["updated_at", "2015-02-20 20:22:00.934015"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.934720"], ["updated_at", "2015-02-20 20:22:00.934720"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.935415"], ["updated_at", "2015-02-20 20:22:00.935415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.936112"], ["updated_at", "2015-02-20 20:22:00.936112"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.936796"], ["updated_at", "2015-02-20 20:22:00.936796"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.937479"], ["updated_at", "2015-02-20 20:22:00.937479"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.938174"], ["updated_at", "2015-02-20 20:22:00.938174"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 20:22:00.938854"], ["updated_at", "2015-02-20 20:22:00.938854"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 20:22:00.943346"], ["updated_at", "2015-02-20 20:22:00.943346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.944615"], ["updated_at", "2015-02-20 20:22:00.944615"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.945499"], ["updated_at", "2015-02-20 20:22:00.945499"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.946244"], ["updated_at", "2015-02-20 20:22:00.946244"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.947002"], ["updated_at", "2015-02-20 20:22:00.947002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.947769"], ["updated_at", "2015-02-20 20:22:00.947769"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.948509"], ["updated_at", "2015-02-20 20:22:00.948509"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.949274"], ["updated_at", "2015-02-20 20:22:00.949274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 20:22:00.949984"], ["updated_at", "2015-02-20 20:22:00.949984"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 20:22:00.953967"], ["updated_at", "2015-02-20 20:22:00.953967"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.954695"], ["updated_at", "2015-02-20 20:22:00.954695"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.955415"], ["updated_at", "2015-02-20 20:22:00.955415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.956115"], ["updated_at", "2015-02-20 20:22:00.956115"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.956791"], ["updated_at", "2015-02-20 20:22:00.956791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.957492"], ["updated_at", "2015-02-20 20:22:00.957492"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.958173"], ["updated_at", "2015-02-20 20:22:00.958173"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.958866"], ["updated_at", "2015-02-20 20:22:00.958866"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 20:22:00.959557"], ["updated_at", "2015-02-20 20:22:00.959557"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 20:22:00.963427"], ["updated_at", "2015-02-20 20:22:00.963427"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.964158"], ["updated_at", "2015-02-20 20:22:00.964158"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.964834"], ["updated_at", "2015-02-20 20:22:00.964834"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.965507"], ["updated_at", "2015-02-20 20:22:00.965507"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.966167"], ["updated_at", "2015-02-20 20:22:00.966167"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.966858"], ["updated_at", "2015-02-20 20:22:00.966858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.967753"], ["updated_at", "2015-02-20 20:22:00.967753"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.968734"], ["updated_at", "2015-02-20 20:22:00.968734"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 20:22:00.969575"], ["updated_at", "2015-02-20 20:22:00.969575"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 20:22:00.974507"], ["updated_at", "2015-02-20 20:22:00.974507"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.975425"], ["updated_at", "2015-02-20 20:22:00.975425"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.976209"], ["updated_at", "2015-02-20 20:22:00.976209"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.976971"], ["updated_at", "2015-02-20 20:22:00.976971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.977764"], ["updated_at", "2015-02-20 20:22:00.977764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.978525"], ["updated_at", "2015-02-20 20:22:00.978525"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.979230"], ["updated_at", "2015-02-20 20:22:00.979230"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.979921"], ["updated_at", "2015-02-20 20:22:00.979921"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 20:22:00.980621"], ["updated_at", "2015-02-20 20:22:00.980621"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 20:22:00.984320"], ["updated_at", "2015-02-20 20:22:00.984320"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.985199"], ["updated_at", "2015-02-20 20:22:00.985199"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.986118"], ["updated_at", "2015-02-20 20:22:00.986118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.986936"], ["updated_at", "2015-02-20 20:22:00.986936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.987705"], ["updated_at", "2015-02-20 20:22:00.987705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.988451"], ["updated_at", "2015-02-20 20:22:00.988451"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.989211"], ["updated_at", "2015-02-20 20:22:00.989211"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.989982"], ["updated_at", "2015-02-20 20:22:00.989982"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 20:22:00.990736"], ["updated_at", "2015-02-20 20:22:00.990736"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 20:22:00.994598"], ["updated_at", "2015-02-20 20:22:00.994598"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.995322"], ["updated_at", "2015-02-20 20:22:00.995322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.996079"], ["updated_at", "2015-02-20 20:22:00.996079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.996741"], ["updated_at", "2015-02-20 20:22:00.996741"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.997413"], ["updated_at", "2015-02-20 20:22:00.997413"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.998076"], ["updated_at", "2015-02-20 20:22:00.998076"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.998737"], ["updated_at", "2015-02-20 20:22:00.998737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:00.999432"], ["updated_at", "2015-02-20 20:22:00.999432"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 20:22:01.000155"], ["updated_at", "2015-02-20 20:22:01.000155"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 20:22:01.004703"], ["updated_at", "2015-02-20 20:22:01.004703"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.005739"], ["updated_at", "2015-02-20 20:22:01.005739"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.006667"], ["updated_at", "2015-02-20 20:22:01.006667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.007425"], ["updated_at", "2015-02-20 20:22:01.007425"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.008154"], ["updated_at", "2015-02-20 20:22:01.008154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.008880"], ["updated_at", "2015-02-20 20:22:01.008880"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.009574"], ["updated_at", "2015-02-20 20:22:01.009574"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.010274"], ["updated_at", "2015-02-20 20:22:01.010274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 20:22:01.010957"], ["updated_at", "2015-02-20 20:22:01.010957"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 20:22:01.014691"], ["updated_at", "2015-02-20 20:22:01.014691"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.015414"], ["updated_at", "2015-02-20 20:22:01.015414"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.016114"], ["updated_at", "2015-02-20 20:22:01.016114"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.016788"], ["updated_at", "2015-02-20 20:22:01.016788"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.017450"], ["updated_at", "2015-02-20 20:22:01.017450"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.018157"], ["updated_at", "2015-02-20 20:22:01.018157"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.018821"], ["updated_at", "2015-02-20 20:22:01.018821"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.019560"], ["updated_at", "2015-02-20 20:22:01.019560"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 20:22:01.020242"], ["updated_at", "2015-02-20 20:22:01.020242"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 20:22:01.023800"], ["updated_at", "2015-02-20 20:22:01.023800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.024524"], ["updated_at", "2015-02-20 20:22:01.024524"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.025221"], ["updated_at", "2015-02-20 20:22:01.025221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.025890"], ["updated_at", "2015-02-20 20:22:01.025890"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.026553"], ["updated_at", "2015-02-20 20:22:01.026553"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.027454"], ["updated_at", "2015-02-20 20:22:01.027454"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.028640"], ["updated_at", "2015-02-20 20:22:01.028640"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.029783"], ["updated_at", "2015-02-20 20:22:01.029783"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 20:22:01.030844"], ["updated_at", "2015-02-20 20:22:01.030844"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 20:22:01.035146"], ["updated_at", "2015-02-20 20:22:01.035146"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.036030"], ["updated_at", "2015-02-20 20:22:01.036030"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.036786"], ["updated_at", "2015-02-20 20:22:01.036786"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.037449"], ["updated_at", "2015-02-20 20:22:01.037449"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.038119"], ["updated_at", "2015-02-20 20:22:01.038119"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.038780"], ["updated_at", "2015-02-20 20:22:01.038780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.039447"], ["updated_at", "2015-02-20 20:22:01.039447"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.040110"], ["updated_at", "2015-02-20 20:22:01.040110"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 20:22:01.040794"], ["updated_at", "2015-02-20 20:22:01.040794"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 20:22:01.044446"], ["updated_at", "2015-02-20 20:22:01.044446"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.045149"], ["updated_at", "2015-02-20 20:22:01.045149"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.045869"], ["updated_at", "2015-02-20 20:22:01.045869"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.046631"], ["updated_at", "2015-02-20 20:22:01.046631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.047318"], ["updated_at", "2015-02-20 20:22:01.047318"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.048062"], ["updated_at", "2015-02-20 20:22:01.048062"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.048768"], ["updated_at", "2015-02-20 20:22:01.048768"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.049449"], ["updated_at", "2015-02-20 20:22:01.049449"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 20:22:01.050147"], ["updated_at", "2015-02-20 20:22:01.050147"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 20:22:01.057390"], ["updated_at", "2015-02-20 20:22:01.057390"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.058627"], ["updated_at", "2015-02-20 20:22:01.058627"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.059472"], ["updated_at", "2015-02-20 20:22:01.059472"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.060206"], ["updated_at", "2015-02-20 20:22:01.060206"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.061489"], ["updated_at", "2015-02-20 20:22:01.061489"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.062680"], ["updated_at", "2015-02-20 20:22:01.062680"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.063827"], ["updated_at", "2015-02-20 20:22:01.063827"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.065113"], ["updated_at", "2015-02-20 20:22:01.065113"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 20:22:01.066241"], ["updated_at", "2015-02-20 20:22:01.066241"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 20:22:01.071357"], ["updated_at", "2015-02-20 20:22:01.071357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.072273"], ["updated_at", "2015-02-20 20:22:01.072273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.073078"], ["updated_at", "2015-02-20 20:22:01.073078"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.073849"], ["updated_at", "2015-02-20 20:22:01.073849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.074594"], ["updated_at", "2015-02-20 20:22:01.074594"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.075310"], ["updated_at", "2015-02-20 20:22:01.075310"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.076057"], ["updated_at", "2015-02-20 20:22:01.076057"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.076753"], ["updated_at", "2015-02-20 20:22:01.076753"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 20:22:01.077565"], ["updated_at", "2015-02-20 20:22:01.077565"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 20:22:01.081357"], ["updated_at", "2015-02-20 20:22:01.081357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.082090"], ["updated_at", "2015-02-20 20:22:01.082090"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.082868"], ["updated_at", "2015-02-20 20:22:01.082868"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.083590"], ["updated_at", "2015-02-20 20:22:01.083590"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.084354"], ["updated_at", "2015-02-20 20:22:01.084354"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.085198"], ["updated_at", "2015-02-20 20:22:01.085198"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.086039"], ["updated_at", "2015-02-20 20:22:01.086039"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.086772"], ["updated_at", "2015-02-20 20:22:01.086772"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 20:22:01.087507"], ["updated_at", "2015-02-20 20:22:01.087507"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 20:22:01.091404"], ["updated_at", "2015-02-20 20:22:01.091404"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.092373"], ["updated_at", "2015-02-20 20:22:01.092373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.093117"], ["updated_at", "2015-02-20 20:22:01.093117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.093826"], ["updated_at", "2015-02-20 20:22:01.093826"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.094546"], ["updated_at", "2015-02-20 20:22:01.094546"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.095253"], ["updated_at", "2015-02-20 20:22:01.095253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.095971"], ["updated_at", "2015-02-20 20:22:01.095971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.096756"], ["updated_at", "2015-02-20 20:22:01.096756"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 20:22:01.097503"], ["updated_at", "2015-02-20 20:22:01.097503"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 20:22:01.101194"], ["updated_at", "2015-02-20 20:22:01.101194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.101924"], ["updated_at", "2015-02-20 20:22:01.101924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.102651"], ["updated_at", "2015-02-20 20:22:01.102651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.103319"], ["updated_at", "2015-02-20 20:22:01.103319"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.103993"], ["updated_at", "2015-02-20 20:22:01.103993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.112530"], ["updated_at", "2015-02-20 20:22:01.112530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.113430"], ["updated_at", "2015-02-20 20:22:01.113430"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.114291"], ["updated_at", "2015-02-20 20:22:01.114291"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 20:22:01.115079"], ["updated_at", "2015-02-20 20:22:01.115079"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 20:22:01.119092"], ["updated_at", "2015-02-20 20:22:01.119092"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.119883"], ["updated_at", "2015-02-20 20:22:01.119883"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.120632"], ["updated_at", "2015-02-20 20:22:01.120632"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.121312"], ["updated_at", "2015-02-20 20:22:01.121312"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.122012"], ["updated_at", "2015-02-20 20:22:01.122012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.122684"], ["updated_at", "2015-02-20 20:22:01.122684"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.123386"], ["updated_at", "2015-02-20 20:22:01.123386"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.124060"], ["updated_at", "2015-02-20 20:22:01.124060"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 20:22:01.124760"], ["updated_at", "2015-02-20 20:22:01.124760"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 20:22:01.128608"], ["updated_at", "2015-02-20 20:22:01.128608"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.129468"], ["updated_at", "2015-02-20 20:22:01.129468"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.130219"], ["updated_at", "2015-02-20 20:22:01.130219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.130919"], ["updated_at", "2015-02-20 20:22:01.130919"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.131639"], ["updated_at", "2015-02-20 20:22:01.131639"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.132327"], ["updated_at", "2015-02-20 20:22:01.132327"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.133071"], ["updated_at", "2015-02-20 20:22:01.133071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.134408"], ["updated_at", "2015-02-20 20:22:01.134408"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 20:22:01.135365"], ["updated_at", "2015-02-20 20:22:01.135365"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 20:22:01.140174"], ["updated_at", "2015-02-20 20:22:01.140174"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.141126"], ["updated_at", "2015-02-20 20:22:01.141126"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.141909"], ["updated_at", "2015-02-20 20:22:01.141909"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.142613"], ["updated_at", "2015-02-20 20:22:01.142613"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.143320"], ["updated_at", "2015-02-20 20:22:01.143320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.144007"], ["updated_at", "2015-02-20 20:22:01.144007"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.144710"], ["updated_at", "2015-02-20 20:22:01.144710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.145414"], ["updated_at", "2015-02-20 20:22:01.145414"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 20:22:01.146176"], ["updated_at", "2015-02-20 20:22:01.146176"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 20:22:01.150003"], ["updated_at", "2015-02-20 20:22:01.150003"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.150886"], ["updated_at", "2015-02-20 20:22:01.150886"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.151610"], ["updated_at", "2015-02-20 20:22:01.151610"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.152360"], ["updated_at", "2015-02-20 20:22:01.152360"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.153224"], ["updated_at", "2015-02-20 20:22:01.153224"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.154074"], ["updated_at", "2015-02-20 20:22:01.154074"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.154897"], ["updated_at", "2015-02-20 20:22:01.154897"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.155647"], ["updated_at", "2015-02-20 20:22:01.155647"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 20:22:01.156382"], ["updated_at", "2015-02-20 20:22:01.156382"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 20:22:01.160197"], ["updated_at", "2015-02-20 20:22:01.160197"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.160970"], ["updated_at", "2015-02-20 20:22:01.160970"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.161727"], ["updated_at", "2015-02-20 20:22:01.161727"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.162399"], ["updated_at", "2015-02-20 20:22:01.162399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.163086"], ["updated_at", "2015-02-20 20:22:01.163086"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.163747"], ["updated_at", "2015-02-20 20:22:01.163747"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.164437"], ["updated_at", "2015-02-20 20:22:01.164437"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.165095"], ["updated_at", "2015-02-20 20:22:01.165095"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 20:22:01.165941"], ["updated_at", "2015-02-20 20:22:01.165941"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 20:22:01.170090"], ["updated_at", "2015-02-20 20:22:01.170090"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.171074"], ["updated_at", "2015-02-20 20:22:01.171074"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.172016"], ["updated_at", "2015-02-20 20:22:01.172016"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.172848"], ["updated_at", "2015-02-20 20:22:01.172848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.173600"], ["updated_at", "2015-02-20 20:22:01.173600"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.174326"], ["updated_at", "2015-02-20 20:22:01.174326"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.175076"], ["updated_at", "2015-02-20 20:22:01.175076"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.175780"], ["updated_at", "2015-02-20 20:22:01.175780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 20:22:01.176501"], ["updated_at", "2015-02-20 20:22:01.176501"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220202151_add_magic_addresses.rb:89)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220202151"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (1.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.0ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (1.0ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.9ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.6ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.7ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.7ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.6ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.7ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.7ms) 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.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220202151')  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220210312)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220210312_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:03:16.718239"], ["updated_at", "2015-02-20 21:03:16.718239"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.725541"], ["updated_at", "2015-02-20 21:03:16.725541"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.726586"], ["updated_at", "2015-02-20 21:03:16.726586"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.727326"], ["updated_at", "2015-02-20 21:03:16.727326"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.728007"], ["updated_at", "2015-02-20 21:03:16.728007"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.728704"], ["updated_at", "2015-02-20 21:03:16.728704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.729387"], ["updated_at", "2015-02-20 21:03:16.729387"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.730092"], ["updated_at", "2015-02-20 21:03:16.730092"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:03:16.730749"], ["updated_at", "2015-02-20 21:03:16.730749"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:03:16.734618"], ["updated_at", "2015-02-20 21:03:16.734618"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.735651"], ["updated_at", "2015-02-20 21:03:16.735651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.736327"], ["updated_at", "2015-02-20 21:03:16.736327"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.736995"], ["updated_at", "2015-02-20 21:03:16.736995"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.737646"], ["updated_at", "2015-02-20 21:03:16.737646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.738341"], ["updated_at", "2015-02-20 21:03:16.738341"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.738990"], ["updated_at", "2015-02-20 21:03:16.738990"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.739712"], ["updated_at", "2015-02-20 21:03:16.739712"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:03:16.740509"], ["updated_at", "2015-02-20 21:03:16.740509"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:03:16.744673"], ["updated_at", "2015-02-20 21:03:16.744673"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.745846"], ["updated_at", "2015-02-20 21:03:16.745846"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.746626"], ["updated_at", "2015-02-20 21:03:16.746626"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.747380"], ["updated_at", "2015-02-20 21:03:16.747380"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.748113"], ["updated_at", "2015-02-20 21:03:16.748113"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.748873"], ["updated_at", "2015-02-20 21:03:16.748873"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.749539"], ["updated_at", "2015-02-20 21:03:16.749539"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.750190"], ["updated_at", "2015-02-20 21:03:16.750190"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:03:16.750856"], ["updated_at", "2015-02-20 21:03:16.750856"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:03:16.754378"], ["updated_at", "2015-02-20 21:03:16.754378"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.755086"], ["updated_at", "2015-02-20 21:03:16.755086"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.755801"], ["updated_at", "2015-02-20 21:03:16.755801"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.756530"], ["updated_at", "2015-02-20 21:03:16.756530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.757219"], ["updated_at", "2015-02-20 21:03:16.757219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.757878"], ["updated_at", "2015-02-20 21:03:16.757878"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.758542"], ["updated_at", "2015-02-20 21:03:16.758542"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.759191"], ["updated_at", "2015-02-20 21:03:16.759191"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:03:16.759879"], ["updated_at", "2015-02-20 21:03:16.759879"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:03:16.763732"], ["updated_at", "2015-02-20 21:03:16.763732"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.764432"], ["updated_at", "2015-02-20 21:03:16.764432"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.765140"], ["updated_at", "2015-02-20 21:03:16.765140"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.765972"], ["updated_at", "2015-02-20 21:03:16.765972"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.767426"], ["updated_at", "2015-02-20 21:03:16.767426"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.768282"], ["updated_at", "2015-02-20 21:03:16.768282"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.769068"], ["updated_at", "2015-02-20 21:03:16.769068"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.769928"], ["updated_at", "2015-02-20 21:03:16.769928"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:03:16.771061"], ["updated_at", "2015-02-20 21:03:16.771061"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:03:16.776433"], ["updated_at", "2015-02-20 21:03:16.776433"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.777331"], ["updated_at", "2015-02-20 21:03:16.777331"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.778071"], ["updated_at", "2015-02-20 21:03:16.778071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.778784"], ["updated_at", "2015-02-20 21:03:16.778784"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.779445"], ["updated_at", "2015-02-20 21:03:16.779445"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.780157"], ["updated_at", "2015-02-20 21:03:16.780157"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.780815"], ["updated_at", "2015-02-20 21:03:16.780815"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.781506"], ["updated_at", "2015-02-20 21:03:16.781506"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:03:16.782166"], ["updated_at", "2015-02-20 21:03:16.782166"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:03:16.786201"], ["updated_at", "2015-02-20 21:03:16.786201"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.787107"], ["updated_at", "2015-02-20 21:03:16.787107"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.787895"], ["updated_at", "2015-02-20 21:03:16.787895"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.788686"], ["updated_at", "2015-02-20 21:03:16.788686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.789431"], ["updated_at", "2015-02-20 21:03:16.789431"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.790184"], ["updated_at", "2015-02-20 21:03:16.790184"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.790912"], ["updated_at", "2015-02-20 21:03:16.790912"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.791698"], ["updated_at", "2015-02-20 21:03:16.791698"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:03:16.792395"], ["updated_at", "2015-02-20 21:03:16.792395"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:03:16.795974"], ["updated_at", "2015-02-20 21:03:16.795974"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.796671"], ["updated_at", "2015-02-20 21:03:16.796671"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.797359"], ["updated_at", "2015-02-20 21:03:16.797359"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.798054"], ["updated_at", "2015-02-20 21:03:16.798054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.798735"], ["updated_at", "2015-02-20 21:03:16.798735"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.799631"], ["updated_at", "2015-02-20 21:03:16.799631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.800780"], ["updated_at", "2015-02-20 21:03:16.800780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.801568"], ["updated_at", "2015-02-20 21:03:16.801568"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:03:16.802426"], ["updated_at", "2015-02-20 21:03:16.802426"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:03:16.808705"], ["updated_at", "2015-02-20 21:03:16.808705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.809577"], ["updated_at", "2015-02-20 21:03:16.809577"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.810361"], ["updated_at", "2015-02-20 21:03:16.810361"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.811044"], ["updated_at", "2015-02-20 21:03:16.811044"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.811719"], ["updated_at", "2015-02-20 21:03:16.811719"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.812376"], ["updated_at", "2015-02-20 21:03:16.812376"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.813056"], ["updated_at", "2015-02-20 21:03:16.813056"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.813714"], ["updated_at", "2015-02-20 21:03:16.813714"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:03:16.814418"], ["updated_at", "2015-02-20 21:03:16.814418"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:03:16.818346"], ["updated_at", "2015-02-20 21:03:16.818346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.819131"], ["updated_at", "2015-02-20 21:03:16.819131"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.819844"], ["updated_at", "2015-02-20 21:03:16.819844"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.820517"], ["updated_at", "2015-02-20 21:03:16.820517"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.821189"], ["updated_at", "2015-02-20 21:03:16.821189"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.821876"], ["updated_at", "2015-02-20 21:03:16.821876"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.822565"], ["updated_at", "2015-02-20 21:03:16.822565"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.823227"], ["updated_at", "2015-02-20 21:03:16.823227"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:03:16.823889"], ["updated_at", "2015-02-20 21:03:16.823889"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:03:16.827777"], ["updated_at", "2015-02-20 21:03:16.827777"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.828690"], ["updated_at", "2015-02-20 21:03:16.828690"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.829496"], ["updated_at", "2015-02-20 21:03:16.829496"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.830258"], ["updated_at", "2015-02-20 21:03:16.830258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.831028"], ["updated_at", "2015-02-20 21:03:16.831028"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.831770"], ["updated_at", "2015-02-20 21:03:16.831770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.832513"], ["updated_at", "2015-02-20 21:03:16.832513"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.833270"], ["updated_at", "2015-02-20 21:03:16.833270"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:03:16.833993"], ["updated_at", "2015-02-20 21:03:16.833993"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:03:16.837610"], ["updated_at", "2015-02-20 21:03:16.837610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.838322"], ["updated_at", "2015-02-20 21:03:16.838322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.839016"], ["updated_at", "2015-02-20 21:03:16.839016"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.839694"], ["updated_at", "2015-02-20 21:03:16.839694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.840382"], ["updated_at", "2015-02-20 21:03:16.840382"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.841052"], ["updated_at", "2015-02-20 21:03:16.841052"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.841717"], ["updated_at", "2015-02-20 21:03:16.841717"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.842386"], ["updated_at", "2015-02-20 21:03:16.842386"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:03:16.843046"], ["updated_at", "2015-02-20 21:03:16.843046"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:03:16.846595"], ["updated_at", "2015-02-20 21:03:16.846595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.847293"], ["updated_at", "2015-02-20 21:03:16.847293"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.847991"], ["updated_at", "2015-02-20 21:03:16.847991"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.848718"], ["updated_at", "2015-02-20 21:03:16.848718"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.850151"], ["updated_at", "2015-02-20 21:03:16.850151"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.851115"], ["updated_at", "2015-02-20 21:03:16.851115"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.851918"], ["updated_at", "2015-02-20 21:03:16.851918"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.852714"], ["updated_at", "2015-02-20 21:03:16.852714"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:03:16.853722"], ["updated_at", "2015-02-20 21:03:16.853722"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:03:16.859419"], ["updated_at", "2015-02-20 21:03:16.859419"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.860355"], ["updated_at", "2015-02-20 21:03:16.860355"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.861095"], ["updated_at", "2015-02-20 21:03:16.861095"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.861791"], ["updated_at", "2015-02-20 21:03:16.861791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.862452"], ["updated_at", "2015-02-20 21:03:16.862452"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.863122"], ["updated_at", "2015-02-20 21:03:16.863122"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.863793"], ["updated_at", "2015-02-20 21:03:16.863793"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.864447"], ["updated_at", "2015-02-20 21:03:16.864447"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:03:16.865162"], ["updated_at", "2015-02-20 21:03:16.865162"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:03:16.868795"], ["updated_at", "2015-02-20 21:03:16.868795"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.869617"], ["updated_at", "2015-02-20 21:03:16.869617"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.870379"], ["updated_at", "2015-02-20 21:03:16.870379"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.871168"], ["updated_at", "2015-02-20 21:03:16.871168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.871925"], ["updated_at", "2015-02-20 21:03:16.871925"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.872681"], ["updated_at", "2015-02-20 21:03:16.872681"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.873471"], ["updated_at", "2015-02-20 21:03:16.873471"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.874211"], ["updated_at", "2015-02-20 21:03:16.874211"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:03:16.874965"], ["updated_at", "2015-02-20 21:03:16.874965"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:03:16.878802"], ["updated_at", "2015-02-20 21:03:16.878802"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.879524"], ["updated_at", "2015-02-20 21:03:16.879524"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.880227"], ["updated_at", "2015-02-20 21:03:16.880227"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.880905"], ["updated_at", "2015-02-20 21:03:16.880905"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.881605"], ["updated_at", "2015-02-20 21:03:16.881605"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.882376"], ["updated_at", "2015-02-20 21:03:16.882376"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.883173"], ["updated_at", "2015-02-20 21:03:16.883173"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.883975"], ["updated_at", "2015-02-20 21:03:16.883975"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:03:16.884794"], ["updated_at", "2015-02-20 21:03:16.884794"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:03:16.890344"], ["updated_at", "2015-02-20 21:03:16.890344"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.891168"], ["updated_at", "2015-02-20 21:03:16.891168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.891901"], ["updated_at", "2015-02-20 21:03:16.891901"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.892577"], ["updated_at", "2015-02-20 21:03:16.892577"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.893273"], ["updated_at", "2015-02-20 21:03:16.893273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.894006"], ["updated_at", "2015-02-20 21:03:16.894006"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.894692"], ["updated_at", "2015-02-20 21:03:16.894692"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.895378"], ["updated_at", "2015-02-20 21:03:16.895378"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:03:16.896040"], ["updated_at", "2015-02-20 21:03:16.896040"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:03:16.899618"], ["updated_at", "2015-02-20 21:03:16.899618"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.900315"], ["updated_at", "2015-02-20 21:03:16.900315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.901013"], ["updated_at", "2015-02-20 21:03:16.901013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.901697"], ["updated_at", "2015-02-20 21:03:16.901697"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.902359"], ["updated_at", "2015-02-20 21:03:16.902359"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.903049"], ["updated_at", "2015-02-20 21:03:16.903049"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.903707"], ["updated_at", "2015-02-20 21:03:16.903707"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.904377"], ["updated_at", "2015-02-20 21:03:16.904377"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:03:16.905034"], ["updated_at", "2015-02-20 21:03:16.905034"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:03:16.908787"], ["updated_at", "2015-02-20 21:03:16.908787"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.909603"], ["updated_at", "2015-02-20 21:03:16.909603"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.910329"], ["updated_at", "2015-02-20 21:03:16.910329"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.910999"], ["updated_at", "2015-02-20 21:03:16.910999"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.911862"], ["updated_at", "2015-02-20 21:03:16.911862"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.913066"], ["updated_at", "2015-02-20 21:03:16.913066"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.914156"], ["updated_at", "2015-02-20 21:03:16.914156"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.915150"], ["updated_at", "2015-02-20 21:03:16.915150"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:03:16.916066"], ["updated_at", "2015-02-20 21:03:16.916066"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:03:16.920390"], ["updated_at", "2015-02-20 21:03:16.920390"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.921253"], ["updated_at", "2015-02-20 21:03:16.921253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.921954"], ["updated_at", "2015-02-20 21:03:16.921954"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.922673"], ["updated_at", "2015-02-20 21:03:16.922673"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.923343"], ["updated_at", "2015-02-20 21:03:16.923343"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.924024"], ["updated_at", "2015-02-20 21:03:16.924024"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.924693"], ["updated_at", "2015-02-20 21:03:16.924693"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.925354"], ["updated_at", "2015-02-20 21:03:16.925354"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:03:16.926378"], ["updated_at", "2015-02-20 21:03:16.926378"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:03:16.929976"], ["updated_at", "2015-02-20 21:03:16.929976"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.930670"], ["updated_at", "2015-02-20 21:03:16.930670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.931415"], ["updated_at", "2015-02-20 21:03:16.931415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.932110"], ["updated_at", "2015-02-20 21:03:16.932110"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.932870"], ["updated_at", "2015-02-20 21:03:16.932870"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.934807"], ["updated_at", "2015-02-20 21:03:16.934807"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.937004"], ["updated_at", "2015-02-20 21:03:16.937004"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.938304"], ["updated_at", "2015-02-20 21:03:16.938304"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:03:16.939261"], ["updated_at", "2015-02-20 21:03:16.939261"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:03:16.944766"], ["updated_at", "2015-02-20 21:03:16.944766"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.945609"], ["updated_at", "2015-02-20 21:03:16.945609"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.946353"], ["updated_at", "2015-02-20 21:03:16.946353"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.947034"], ["updated_at", "2015-02-20 21:03:16.947034"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.947710"], ["updated_at", "2015-02-20 21:03:16.947710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.948392"], ["updated_at", "2015-02-20 21:03:16.948392"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.949046"], ["updated_at", "2015-02-20 21:03:16.949046"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.949740"], ["updated_at", "2015-02-20 21:03:16.949740"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:03:16.950400"], ["updated_at", "2015-02-20 21:03:16.950400"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:03:16.953993"], ["updated_at", "2015-02-20 21:03:16.953993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.954769"], ["updated_at", "2015-02-20 21:03:16.954769"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.955595"], ["updated_at", "2015-02-20 21:03:16.955595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.956444"], ["updated_at", "2015-02-20 21:03:16.956444"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.957282"], ["updated_at", "2015-02-20 21:03:16.957282"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.958061"], ["updated_at", "2015-02-20 21:03:16.958061"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.958807"], ["updated_at", "2015-02-20 21:03:16.958807"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.959566"], ["updated_at", "2015-02-20 21:03:16.959566"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:03:16.960324"], ["updated_at", "2015-02-20 21:03:16.960324"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:03:16.964093"], ["updated_at", "2015-02-20 21:03:16.964093"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.964816"], ["updated_at", "2015-02-20 21:03:16.964816"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.965563"], ["updated_at", "2015-02-20 21:03:16.965563"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.966386"], ["updated_at", "2015-02-20 21:03:16.966386"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.967212"], ["updated_at", "2015-02-20 21:03:16.967212"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.968013"], ["updated_at", "2015-02-20 21:03:16.968013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.968824"], ["updated_at", "2015-02-20 21:03:16.968824"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.970059"], ["updated_at", "2015-02-20 21:03:16.970059"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:03:16.971253"], ["updated_at", "2015-02-20 21:03:16.971253"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:03:16.975855"], ["updated_at", "2015-02-20 21:03:16.975855"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.976652"], ["updated_at", "2015-02-20 21:03:16.976652"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.977423"], ["updated_at", "2015-02-20 21:03:16.977423"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.978128"], ["updated_at", "2015-02-20 21:03:16.978128"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.978844"], ["updated_at", "2015-02-20 21:03:16.978844"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.979525"], ["updated_at", "2015-02-20 21:03:16.979525"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.980202"], ["updated_at", "2015-02-20 21:03:16.980202"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.980861"], ["updated_at", "2015-02-20 21:03:16.980861"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:03:16.981531"], ["updated_at", "2015-02-20 21:03:16.981531"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:03:16.985152"], ["updated_at", "2015-02-20 21:03:16.985152"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.985908"], ["updated_at", "2015-02-20 21:03:16.985908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.986662"], ["updated_at", "2015-02-20 21:03:16.986662"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.987345"], ["updated_at", "2015-02-20 21:03:16.987345"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.988082"], ["updated_at", "2015-02-20 21:03:16.988082"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.988758"], ["updated_at", "2015-02-20 21:03:16.988758"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.989446"], ["updated_at", "2015-02-20 21:03:16.989446"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.990242"], ["updated_at", "2015-02-20 21:03:16.990242"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:03:16.991129"], ["updated_at", "2015-02-20 21:03:16.991129"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:03:16.995298"], ["updated_at", "2015-02-20 21:03:16.995298"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:16.996218"], ["updated_at", "2015-02-20 21:03:16.996218"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:16.997655"], ["updated_at", "2015-02-20 21:03:16.997655"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:16.999046"], ["updated_at", "2015-02-20 21:03:16.999046"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:17.000115"], ["updated_at", "2015-02-20 21:03:17.000115"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:17.000949"], ["updated_at", "2015-02-20 21:03:17.000949"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:17.001771"], ["updated_at", "2015-02-20 21:03:17.001771"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:17.002586"], ["updated_at", "2015-02-20 21:03:17.002586"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:03:17.003331"], ["updated_at", "2015-02-20 21:03:17.003331"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:03:17.007439"], ["updated_at", "2015-02-20 21:03:17.007439"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.008395"], ["updated_at", "2015-02-20 21:03:17.008395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.009556"], ["updated_at", "2015-02-20 21:03:17.009556"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.010240"], ["updated_at", "2015-02-20 21:03:17.010240"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.010910"], ["updated_at", "2015-02-20 21:03:17.010910"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.011589"], ["updated_at", "2015-02-20 21:03:17.011589"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.012257"], ["updated_at", "2015-02-20 21:03:17.012257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.012943"], ["updated_at", "2015-02-20 21:03:17.012943"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:03:17.013610"], ["updated_at", "2015-02-20 21:03:17.013610"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:03:17.017562"], ["updated_at", "2015-02-20 21:03:17.017562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.018528"], ["updated_at", "2015-02-20 21:03:17.018528"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.019439"], ["updated_at", "2015-02-20 21:03:17.019439"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.020195"], ["updated_at", "2015-02-20 21:03:17.020195"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.020993"], ["updated_at", "2015-02-20 21:03:17.020993"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.021853"], ["updated_at", "2015-02-20 21:03:17.021853"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.022659"], ["updated_at", "2015-02-20 21:03:17.022659"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.023374"], ["updated_at", "2015-02-20 21:03:17.023374"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:03:17.024167"], ["updated_at", "2015-02-20 21:03:17.024167"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:03:17.027887"], ["updated_at", "2015-02-20 21:03:17.027887"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.028669"], ["updated_at", "2015-02-20 21:03:17.028669"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.029414"], ["updated_at", "2015-02-20 21:03:17.029414"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.030084"], ["updated_at", "2015-02-20 21:03:17.030084"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.030795"], ["updated_at", "2015-02-20 21:03:17.030795"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.038672"], ["updated_at", "2015-02-20 21:03:17.038672"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.039496"], ["updated_at", "2015-02-20 21:03:17.039496"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.040367"], ["updated_at", "2015-02-20 21:03:17.040367"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:03:17.041183"], ["updated_at", "2015-02-20 21:03:17.041183"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:03:17.045220"], ["updated_at", "2015-02-20 21:03:17.045220"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.046018"], ["updated_at", "2015-02-20 21:03:17.046018"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.046710"], ["updated_at", "2015-02-20 21:03:17.046710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.047409"], ["updated_at", "2015-02-20 21:03:17.047409"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.048067"], ["updated_at", "2015-02-20 21:03:17.048067"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.048768"], ["updated_at", "2015-02-20 21:03:17.048768"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.049585"], ["updated_at", "2015-02-20 21:03:17.049585"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.050474"], ["updated_at", "2015-02-20 21:03:17.050474"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:03:17.051245"], ["updated_at", "2015-02-20 21:03:17.051245"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:03:17.055565"], ["updated_at", "2015-02-20 21:03:17.055565"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.056431"], ["updated_at", "2015-02-20 21:03:17.056431"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.057222"], ["updated_at", "2015-02-20 21:03:17.057222"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.057935"], ["updated_at", "2015-02-20 21:03:17.057935"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.058613"], ["updated_at", "2015-02-20 21:03:17.058613"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.059311"], ["updated_at", "2015-02-20 21:03:17.059311"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.060050"], ["updated_at", "2015-02-20 21:03:17.060050"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.060781"], ["updated_at", "2015-02-20 21:03:17.060781"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:03:17.061445"], ["updated_at", "2015-02-20 21:03:17.061445"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:03:17.065133"], ["updated_at", "2015-02-20 21:03:17.065133"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.065871"], ["updated_at", "2015-02-20 21:03:17.065871"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.066557"], ["updated_at", "2015-02-20 21:03:17.066557"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.067264"], ["updated_at", "2015-02-20 21:03:17.067264"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.067928"], ["updated_at", "2015-02-20 21:03:17.067928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.068639"], ["updated_at", "2015-02-20 21:03:17.068639"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.069304"], ["updated_at", "2015-02-20 21:03:17.069304"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.070005"], ["updated_at", "2015-02-20 21:03:17.070005"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:03:17.070668"], ["updated_at", "2015-02-20 21:03:17.070668"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:03:17.074336"], ["updated_at", "2015-02-20 21:03:17.074336"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.075165"], ["updated_at", "2015-02-20 21:03:17.075165"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.075973"], ["updated_at", "2015-02-20 21:03:17.075973"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.076667"], ["updated_at", "2015-02-20 21:03:17.076667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.077337"], ["updated_at", "2015-02-20 21:03:17.077337"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.078029"], ["updated_at", "2015-02-20 21:03:17.078029"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.078694"], ["updated_at", "2015-02-20 21:03:17.078694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.079482"], ["updated_at", "2015-02-20 21:03:17.079482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:03:17.080245"], ["updated_at", "2015-02-20 21:03:17.080245"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:03:17.084540"], ["updated_at", "2015-02-20 21:03:17.084540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.085406"], ["updated_at", "2015-02-20 21:03:17.085406"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.086199"], ["updated_at", "2015-02-20 21:03:17.086199"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.086937"], ["updated_at", "2015-02-20 21:03:17.086937"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.087601"], ["updated_at", "2015-02-20 21:03:17.087601"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.088300"], ["updated_at", "2015-02-20 21:03:17.088300"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.088968"], ["updated_at", "2015-02-20 21:03:17.088968"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.089670"], ["updated_at", "2015-02-20 21:03:17.089670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:03:17.090336"], ["updated_at", "2015-02-20 21:03:17.090336"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:03:17.093977"], ["updated_at", "2015-02-20 21:03:17.093977"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.094770"], ["updated_at", "2015-02-20 21:03:17.094770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.095503"], ["updated_at", "2015-02-20 21:03:17.095503"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.096235"], ["updated_at", "2015-02-20 21:03:17.096235"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.096919"], ["updated_at", "2015-02-20 21:03:17.096919"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.097662"], ["updated_at", "2015-02-20 21:03:17.097662"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.098360"], ["updated_at", "2015-02-20 21:03:17.098360"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.099086"], ["updated_at", "2015-02-20 21:03:17.099086"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:03:17.100095"], ["updated_at", "2015-02-20 21:03:17.100095"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220210312_add_magic_addresses.rb:89)  (0.2ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220210312_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (1.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220210312)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.0ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220210312_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:04:17.296720"], ["updated_at", "2015-02-20 21:04:17.296720"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.301336"], ["updated_at", "2015-02-20 21:04:17.301336"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.302204"], ["updated_at", "2015-02-20 21:04:17.302204"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.302911"], ["updated_at", "2015-02-20 21:04:17.302911"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.303644"], ["updated_at", "2015-02-20 21:04:17.303644"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.304320"], ["updated_at", "2015-02-20 21:04:17.304320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.304991"], ["updated_at", "2015-02-20 21:04:17.304991"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.305705"], ["updated_at", "2015-02-20 21:04:17.305705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:04:17.306416"], ["updated_at", "2015-02-20 21:04:17.306416"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:04:17.310273"], ["updated_at", "2015-02-20 21:04:17.310273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.311044"], ["updated_at", "2015-02-20 21:04:17.311044"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.311809"], ["updated_at", "2015-02-20 21:04:17.311809"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.312571"], ["updated_at", "2015-02-20 21:04:17.312571"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.313254"], ["updated_at", "2015-02-20 21:04:17.313254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.313944"], ["updated_at", "2015-02-20 21:04:17.313944"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.314622"], ["updated_at", "2015-02-20 21:04:17.314622"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.315361"], ["updated_at", "2015-02-20 21:04:17.315361"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:04:17.316119"], ["updated_at", "2015-02-20 21:04:17.316119"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:04:17.320039"], ["updated_at", "2015-02-20 21:04:17.320039"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.320889"], ["updated_at", "2015-02-20 21:04:17.320889"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.321657"], ["updated_at", "2015-02-20 21:04:17.321657"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.322404"], ["updated_at", "2015-02-20 21:04:17.322404"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.323578"], ["updated_at", "2015-02-20 21:04:17.323578"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.324598"], ["updated_at", "2015-02-20 21:04:17.324598"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.325598"], ["updated_at", "2015-02-20 21:04:17.325598"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.326705"], ["updated_at", "2015-02-20 21:04:17.326705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:04:17.327476"], ["updated_at", "2015-02-20 21:04:17.327476"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:04:17.331221"], ["updated_at", "2015-02-20 21:04:17.331221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.331955"], ["updated_at", "2015-02-20 21:04:17.331955"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.332645"], ["updated_at", "2015-02-20 21:04:17.332645"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.333307"], ["updated_at", "2015-02-20 21:04:17.333307"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.333976"], ["updated_at", "2015-02-20 21:04:17.333976"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.334640"], ["updated_at", "2015-02-20 21:04:17.334640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.335315"], ["updated_at", "2015-02-20 21:04:17.335315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.335979"], ["updated_at", "2015-02-20 21:04:17.335979"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:04:17.336642"], ["updated_at", "2015-02-20 21:04:17.336642"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:04:17.340440"], ["updated_at", "2015-02-20 21:04:17.340440"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.341172"], ["updated_at", "2015-02-20 21:04:17.341172"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.341962"], ["updated_at", "2015-02-20 21:04:17.341962"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.342763"], ["updated_at", "2015-02-20 21:04:17.342763"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.343611"], ["updated_at", "2015-02-20 21:04:17.343611"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.344410"], ["updated_at", "2015-02-20 21:04:17.344410"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.345174"], ["updated_at", "2015-02-20 21:04:17.345174"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.345949"], ["updated_at", "2015-02-20 21:04:17.345949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:04:17.346701"], ["updated_at", "2015-02-20 21:04:17.346701"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:04:17.350644"], ["updated_at", "2015-02-20 21:04:17.350644"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.351448"], ["updated_at", "2015-02-20 21:04:17.351448"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.352247"], ["updated_at", "2015-02-20 21:04:17.352247"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.352993"], ["updated_at", "2015-02-20 21:04:17.352993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.353732"], ["updated_at", "2015-02-20 21:04:17.353732"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.354515"], ["updated_at", "2015-02-20 21:04:17.354515"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.355240"], ["updated_at", "2015-02-20 21:04:17.355240"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.355915"], ["updated_at", "2015-02-20 21:04:17.355915"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:04:17.356566"], ["updated_at", "2015-02-20 21:04:17.356566"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:04:17.360191"], ["updated_at", "2015-02-20 21:04:17.360191"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.360899"], ["updated_at", "2015-02-20 21:04:17.360899"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.361611"], ["updated_at", "2015-02-20 21:04:17.361611"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.362404"], ["updated_at", "2015-02-20 21:04:17.362404"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.363273"], ["updated_at", "2015-02-20 21:04:17.363273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.364270"], ["updated_at", "2015-02-20 21:04:17.364270"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.365206"], ["updated_at", "2015-02-20 21:04:17.365206"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.366052"], ["updated_at", "2015-02-20 21:04:17.366052"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:04:17.367172"], ["updated_at", "2015-02-20 21:04:17.367172"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:04:17.372640"], ["updated_at", "2015-02-20 21:04:17.372640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.373508"], ["updated_at", "2015-02-20 21:04:17.373508"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.374223"], ["updated_at", "2015-02-20 21:04:17.374223"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.374891"], ["updated_at", "2015-02-20 21:04:17.374891"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.375548"], ["updated_at", "2015-02-20 21:04:17.375548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.376215"], ["updated_at", "2015-02-20 21:04:17.376215"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.376867"], ["updated_at", "2015-02-20 21:04:17.376867"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.377575"], ["updated_at", "2015-02-20 21:04:17.377575"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:04:17.378278"], ["updated_at", "2015-02-20 21:04:17.378278"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:04:17.382118"], ["updated_at", "2015-02-20 21:04:17.382118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.382849"], ["updated_at", "2015-02-20 21:04:17.382849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.383548"], ["updated_at", "2015-02-20 21:04:17.383548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.384204"], ["updated_at", "2015-02-20 21:04:17.384204"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.384871"], ["updated_at", "2015-02-20 21:04:17.384871"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.385527"], ["updated_at", "2015-02-20 21:04:17.385527"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.386197"], ["updated_at", "2015-02-20 21:04:17.386197"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.386870"], ["updated_at", "2015-02-20 21:04:17.386870"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:04:17.387629"], ["updated_at", "2015-02-20 21:04:17.387629"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:04:17.391649"], ["updated_at", "2015-02-20 21:04:17.391649"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.392789"], ["updated_at", "2015-02-20 21:04:17.392789"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.393660"], ["updated_at", "2015-02-20 21:04:17.393660"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.394374"], ["updated_at", "2015-02-20 21:04:17.394374"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.395187"], ["updated_at", "2015-02-20 21:04:17.395187"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.396189"], ["updated_at", "2015-02-20 21:04:17.396189"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.396915"], ["updated_at", "2015-02-20 21:04:17.396915"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.397630"], ["updated_at", "2015-02-20 21:04:17.397630"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:04:17.398413"], ["updated_at", "2015-02-20 21:04:17.398413"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:04:17.402490"], ["updated_at", "2015-02-20 21:04:17.402490"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.403247"], ["updated_at", "2015-02-20 21:04:17.403247"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.403948"], ["updated_at", "2015-02-20 21:04:17.403948"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.404610"], ["updated_at", "2015-02-20 21:04:17.404610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.405278"], ["updated_at", "2015-02-20 21:04:17.405278"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.405943"], ["updated_at", "2015-02-20 21:04:17.405943"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.406663"], ["updated_at", "2015-02-20 21:04:17.406663"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.407331"], ["updated_at", "2015-02-20 21:04:17.407331"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:04:17.407985"], ["updated_at", "2015-02-20 21:04:17.407985"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:04:17.411745"], ["updated_at", "2015-02-20 21:04:17.411745"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.413529"], ["updated_at", "2015-02-20 21:04:17.413529"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.416132"], ["updated_at", "2015-02-20 21:04:17.416132"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.417356"], ["updated_at", "2015-02-20 21:04:17.417356"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.418187"], ["updated_at", "2015-02-20 21:04:17.418187"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.419519"], ["updated_at", "2015-02-20 21:04:17.419519"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.420572"], ["updated_at", "2015-02-20 21:04:17.420572"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.421793"], ["updated_at", "2015-02-20 21:04:17.421793"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:04:17.422773"], ["updated_at", "2015-02-20 21:04:17.422773"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:04:17.426735"], ["updated_at", "2015-02-20 21:04:17.426735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.427534"], ["updated_at", "2015-02-20 21:04:17.427534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.428232"], ["updated_at", "2015-02-20 21:04:17.428232"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.428906"], ["updated_at", "2015-02-20 21:04:17.428906"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.429609"], ["updated_at", "2015-02-20 21:04:17.429609"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.430335"], ["updated_at", "2015-02-20 21:04:17.430335"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.430990"], ["updated_at", "2015-02-20 21:04:17.430990"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.431645"], ["updated_at", "2015-02-20 21:04:17.431645"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:04:17.432319"], ["updated_at", "2015-02-20 21:04:17.432319"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:04:17.435982"], ["updated_at", "2015-02-20 21:04:17.435982"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.436801"], ["updated_at", "2015-02-20 21:04:17.436801"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.437576"], ["updated_at", "2015-02-20 21:04:17.437576"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.438319"], ["updated_at", "2015-02-20 21:04:17.438319"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.439080"], ["updated_at", "2015-02-20 21:04:17.439080"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.439798"], ["updated_at", "2015-02-20 21:04:17.439798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.440487"], ["updated_at", "2015-02-20 21:04:17.440487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.441162"], ["updated_at", "2015-02-20 21:04:17.441162"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:04:17.441880"], ["updated_at", "2015-02-20 21:04:17.441880"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:04:17.445902"], ["updated_at", "2015-02-20 21:04:17.445902"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.446657"], ["updated_at", "2015-02-20 21:04:17.446657"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.447355"], ["updated_at", "2015-02-20 21:04:17.447355"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.448015"], ["updated_at", "2015-02-20 21:04:17.448015"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.448685"], ["updated_at", "2015-02-20 21:04:17.448685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.449340"], ["updated_at", "2015-02-20 21:04:17.449340"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.450010"], ["updated_at", "2015-02-20 21:04:17.450010"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.450661"], ["updated_at", "2015-02-20 21:04:17.450661"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:04:17.451329"], ["updated_at", "2015-02-20 21:04:17.451329"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:04:17.455217"], ["updated_at", "2015-02-20 21:04:17.455217"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.455931"], ["updated_at", "2015-02-20 21:04:17.455931"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.456685"], ["updated_at", "2015-02-20 21:04:17.456685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.457345"], ["updated_at", "2015-02-20 21:04:17.457345"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.458035"], ["updated_at", "2015-02-20 21:04:17.458035"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.458685"], ["updated_at", "2015-02-20 21:04:17.458685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.459340"], ["updated_at", "2015-02-20 21:04:17.459340"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.460009"], ["updated_at", "2015-02-20 21:04:17.460009"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:04:17.460657"], ["updated_at", "2015-02-20 21:04:17.460657"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:04:17.465595"], ["updated_at", "2015-02-20 21:04:17.465595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.467143"], ["updated_at", "2015-02-20 21:04:17.467143"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.468418"], ["updated_at", "2015-02-20 21:04:17.468418"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.469836"], ["updated_at", "2015-02-20 21:04:17.469836"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.470912"], ["updated_at", "2015-02-20 21:04:17.470912"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.471612"], ["updated_at", "2015-02-20 21:04:17.471612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.472346"], ["updated_at", "2015-02-20 21:04:17.472346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.473108"], ["updated_at", "2015-02-20 21:04:17.473108"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:04:17.473766"], ["updated_at", "2015-02-20 21:04:17.473766"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:04:17.477607"], ["updated_at", "2015-02-20 21:04:17.477607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.478367"], ["updated_at", "2015-02-20 21:04:17.478367"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.479181"], ["updated_at", "2015-02-20 21:04:17.479181"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.479978"], ["updated_at", "2015-02-20 21:04:17.479978"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.480787"], ["updated_at", "2015-02-20 21:04:17.480787"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.481597"], ["updated_at", "2015-02-20 21:04:17.481597"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.482341"], ["updated_at", "2015-02-20 21:04:17.482341"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.483031"], ["updated_at", "2015-02-20 21:04:17.483031"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:04:17.483724"], ["updated_at", "2015-02-20 21:04:17.483724"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:04:17.487844"], ["updated_at", "2015-02-20 21:04:17.487844"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.488628"], ["updated_at", "2015-02-20 21:04:17.488628"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.489318"], ["updated_at", "2015-02-20 21:04:17.489318"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.490034"], ["updated_at", "2015-02-20 21:04:17.490034"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.490693"], ["updated_at", "2015-02-20 21:04:17.490693"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.491348"], ["updated_at", "2015-02-20 21:04:17.491348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.492024"], ["updated_at", "2015-02-20 21:04:17.492024"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.492685"], ["updated_at", "2015-02-20 21:04:17.492685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:04:17.493355"], ["updated_at", "2015-02-20 21:04:17.493355"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:04:17.497489"], ["updated_at", "2015-02-20 21:04:17.497489"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.499194"], ["updated_at", "2015-02-20 21:04:17.499194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.500537"], ["updated_at", "2015-02-20 21:04:17.500537"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.501743"], ["updated_at", "2015-02-20 21:04:17.501743"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.502728"], ["updated_at", "2015-02-20 21:04:17.502728"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.503434"], ["updated_at", "2015-02-20 21:04:17.503434"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.504134"], ["updated_at", "2015-02-20 21:04:17.504134"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.504810"], ["updated_at", "2015-02-20 21:04:17.504810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:04:17.505500"], ["updated_at", "2015-02-20 21:04:17.505500"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:04:17.509302"], ["updated_at", "2015-02-20 21:04:17.509302"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.510079"], ["updated_at", "2015-02-20 21:04:17.510079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.510787"], ["updated_at", "2015-02-20 21:04:17.510787"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.511452"], ["updated_at", "2015-02-20 21:04:17.511452"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.512126"], ["updated_at", "2015-02-20 21:04:17.512126"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.512822"], ["updated_at", "2015-02-20 21:04:17.512822"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.513492"], ["updated_at", "2015-02-20 21:04:17.513492"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.514152"], ["updated_at", "2015-02-20 21:04:17.514152"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:04:17.514832"], ["updated_at", "2015-02-20 21:04:17.514832"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:04:17.518680"], ["updated_at", "2015-02-20 21:04:17.518680"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.519394"], ["updated_at", "2015-02-20 21:04:17.519394"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.520100"], ["updated_at", "2015-02-20 21:04:17.520100"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.520919"], ["updated_at", "2015-02-20 21:04:17.520919"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.521699"], ["updated_at", "2015-02-20 21:04:17.521699"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.522382"], ["updated_at", "2015-02-20 21:04:17.522382"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.523060"], ["updated_at", "2015-02-20 21:04:17.523060"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.523733"], ["updated_at", "2015-02-20 21:04:17.523733"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:04:17.524392"], ["updated_at", "2015-02-20 21:04:17.524392"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:04:17.528015"], ["updated_at", "2015-02-20 21:04:17.528015"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.528726"], ["updated_at", "2015-02-20 21:04:17.528726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.529428"], ["updated_at", "2015-02-20 21:04:17.529428"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.530291"], ["updated_at", "2015-02-20 21:04:17.530291"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.531364"], ["updated_at", "2015-02-20 21:04:17.531364"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.532245"], ["updated_at", "2015-02-20 21:04:17.532245"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.533055"], ["updated_at", "2015-02-20 21:04:17.533055"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.533819"], ["updated_at", "2015-02-20 21:04:17.533819"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:04:17.534497"], ["updated_at", "2015-02-20 21:04:17.534497"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:04:17.538820"], ["updated_at", "2015-02-20 21:04:17.538820"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.539595"], ["updated_at", "2015-02-20 21:04:17.539595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.540294"], ["updated_at", "2015-02-20 21:04:17.540294"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.540974"], ["updated_at", "2015-02-20 21:04:17.540974"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.541658"], ["updated_at", "2015-02-20 21:04:17.541658"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.542337"], ["updated_at", "2015-02-20 21:04:17.542337"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.543045"], ["updated_at", "2015-02-20 21:04:17.543045"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.543731"], ["updated_at", "2015-02-20 21:04:17.543731"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:04:17.544406"], ["updated_at", "2015-02-20 21:04:17.544406"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:04:17.549184"], ["updated_at", "2015-02-20 21:04:17.549184"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.550122"], ["updated_at", "2015-02-20 21:04:17.550122"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.551002"], ["updated_at", "2015-02-20 21:04:17.551002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.551878"], ["updated_at", "2015-02-20 21:04:17.551878"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.552652"], ["updated_at", "2015-02-20 21:04:17.552652"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.553460"], ["updated_at", "2015-02-20 21:04:17.553460"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.554164"], ["updated_at", "2015-02-20 21:04:17.554164"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.554846"], ["updated_at", "2015-02-20 21:04:17.554846"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:04:17.555562"], ["updated_at", "2015-02-20 21:04:17.555562"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:04:17.559318"], ["updated_at", "2015-02-20 21:04:17.559318"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.560048"], ["updated_at", "2015-02-20 21:04:17.560048"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.560745"], ["updated_at", "2015-02-20 21:04:17.560745"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.561395"], ["updated_at", "2015-02-20 21:04:17.561395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.562054"], ["updated_at", "2015-02-20 21:04:17.562054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.562703"], ["updated_at", "2015-02-20 21:04:17.562703"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.563365"], ["updated_at", "2015-02-20 21:04:17.563365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.564036"], ["updated_at", "2015-02-20 21:04:17.564036"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:04:17.564682"], ["updated_at", "2015-02-20 21:04:17.564682"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:04:17.568269"], ["updated_at", "2015-02-20 21:04:17.568269"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.568957"], ["updated_at", "2015-02-20 21:04:17.568957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.569666"], ["updated_at", "2015-02-20 21:04:17.569666"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.570352"], ["updated_at", "2015-02-20 21:04:17.570352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.571152"], ["updated_at", "2015-02-20 21:04:17.571152"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.571870"], ["updated_at", "2015-02-20 21:04:17.571870"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.572558"], ["updated_at", "2015-02-20 21:04:17.572558"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.573474"], ["updated_at", "2015-02-20 21:04:17.573474"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:04:17.574629"], ["updated_at", "2015-02-20 21:04:17.574629"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:04:17.579429"], ["updated_at", "2015-02-20 21:04:17.579429"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.580421"], ["updated_at", "2015-02-20 21:04:17.580421"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.581150"], ["updated_at", "2015-02-20 21:04:17.581150"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.581920"], ["updated_at", "2015-02-20 21:04:17.581920"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.582613"], ["updated_at", "2015-02-20 21:04:17.582613"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.583274"], ["updated_at", "2015-02-20 21:04:17.583274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.583935"], ["updated_at", "2015-02-20 21:04:17.583935"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.584598"], ["updated_at", "2015-02-20 21:04:17.584598"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:04:17.585245"], ["updated_at", "2015-02-20 21:04:17.585245"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:04:17.588884"], ["updated_at", "2015-02-20 21:04:17.588884"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.589607"], ["updated_at", "2015-02-20 21:04:17.589607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.590302"], ["updated_at", "2015-02-20 21:04:17.590302"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.591002"], ["updated_at", "2015-02-20 21:04:17.591002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.591667"], ["updated_at", "2015-02-20 21:04:17.591667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.592367"], ["updated_at", "2015-02-20 21:04:17.592367"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.593044"], ["updated_at", "2015-02-20 21:04:17.593044"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.593739"], ["updated_at", "2015-02-20 21:04:17.593739"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:04:17.594496"], ["updated_at", "2015-02-20 21:04:17.594496"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:04:17.600796"], ["updated_at", "2015-02-20 21:04:17.600796"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.601952"], ["updated_at", "2015-02-20 21:04:17.601952"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.602744"], ["updated_at", "2015-02-20 21:04:17.602744"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.603493"], ["updated_at", "2015-02-20 21:04:17.603493"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.604207"], ["updated_at", "2015-02-20 21:04:17.604207"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.604902"], ["updated_at", "2015-02-20 21:04:17.604902"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.605607"], ["updated_at", "2015-02-20 21:04:17.605607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.613612"], ["updated_at", "2015-02-20 21:04:17.613612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:04:17.614299"], ["updated_at", "2015-02-20 21:04:17.614299"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:04:17.618041"], ["updated_at", "2015-02-20 21:04:17.618041"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.618753"], ["updated_at", "2015-02-20 21:04:17.618753"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.619461"], ["updated_at", "2015-02-20 21:04:17.619461"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.620138"], ["updated_at", "2015-02-20 21:04:17.620138"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.620807"], ["updated_at", "2015-02-20 21:04:17.620807"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.621480"], ["updated_at", "2015-02-20 21:04:17.621480"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.622132"], ["updated_at", "2015-02-20 21:04:17.622132"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.622810"], ["updated_at", "2015-02-20 21:04:17.622810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:04:17.623470"], ["updated_at", "2015-02-20 21:04:17.623470"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:04:17.627101"], ["updated_at", "2015-02-20 21:04:17.627101"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.627837"], ["updated_at", "2015-02-20 21:04:17.627837"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.628560"], ["updated_at", "2015-02-20 21:04:17.628560"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.629278"], ["updated_at", "2015-02-20 21:04:17.629278"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.629928"], ["updated_at", "2015-02-20 21:04:17.629928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.630607"], ["updated_at", "2015-02-20 21:04:17.630607"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.631329"], ["updated_at", "2015-02-20 21:04:17.631329"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.632307"], ["updated_at", "2015-02-20 21:04:17.632307"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:04:17.633430"], ["updated_at", "2015-02-20 21:04:17.633430"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:04:17.638098"], ["updated_at", "2015-02-20 21:04:17.638098"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.638985"], ["updated_at", "2015-02-20 21:04:17.638985"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.639809"], ["updated_at", "2015-02-20 21:04:17.639809"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.640501"], ["updated_at", "2015-02-20 21:04:17.640501"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.641161"], ["updated_at", "2015-02-20 21:04:17.641161"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.641854"], ["updated_at", "2015-02-20 21:04:17.641854"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.642512"], ["updated_at", "2015-02-20 21:04:17.642512"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.643199"], ["updated_at", "2015-02-20 21:04:17.643199"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:04:17.643876"], ["updated_at", "2015-02-20 21:04:17.643876"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:04:17.648048"], ["updated_at", "2015-02-20 21:04:17.648048"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.649038"], ["updated_at", "2015-02-20 21:04:17.649038"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.649930"], ["updated_at", "2015-02-20 21:04:17.649930"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.650858"], ["updated_at", "2015-02-20 21:04:17.650858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.651680"], ["updated_at", "2015-02-20 21:04:17.651680"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.652444"], ["updated_at", "2015-02-20 21:04:17.652444"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.653166"], ["updated_at", "2015-02-20 21:04:17.653166"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.653898"], ["updated_at", "2015-02-20 21:04:17.653898"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:04:17.654590"], ["updated_at", "2015-02-20 21:04:17.654590"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:04:17.658456"], ["updated_at", "2015-02-20 21:04:17.658456"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.659203"], ["updated_at", "2015-02-20 21:04:17.659203"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.659904"], ["updated_at", "2015-02-20 21:04:17.659904"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.660600"], ["updated_at", "2015-02-20 21:04:17.660600"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.661258"], ["updated_at", "2015-02-20 21:04:17.661258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.661934"], ["updated_at", "2015-02-20 21:04:17.661934"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.662592"], ["updated_at", "2015-02-20 21:04:17.662592"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.663264"], ["updated_at", "2015-02-20 21:04:17.663264"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:04:17.663941"], ["updated_at", "2015-02-20 21:04:17.663941"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:04:17.667601"], ["updated_at", "2015-02-20 21:04:17.667601"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.668341"], ["updated_at", "2015-02-20 21:04:17.668341"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.669037"], ["updated_at", "2015-02-20 21:04:17.669037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.669767"], ["updated_at", "2015-02-20 21:04:17.669767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.670565"], ["updated_at", "2015-02-20 21:04:17.670565"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.671257"], ["updated_at", "2015-02-20 21:04:17.671257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.671985"], ["updated_at", "2015-02-20 21:04:17.671985"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.672651"], ["updated_at", "2015-02-20 21:04:17.672651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:04:17.673342"], ["updated_at", "2015-02-20 21:04:17.673342"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220210312_add_magic_addresses.rb:89)  (0.2ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220210312_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220210312"]]  (1.4ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.2ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'   (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220210547)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.2ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220210547_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:05:52.143992"], ["updated_at", "2015-02-20 21:05:52.143992"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.147781"], ["updated_at", "2015-02-20 21:05:52.147781"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.149315"], ["updated_at", "2015-02-20 21:05:52.149315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.150122"], ["updated_at", "2015-02-20 21:05:52.150122"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.150863"], ["updated_at", "2015-02-20 21:05:52.150863"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.151761"], ["updated_at", "2015-02-20 21:05:52.151761"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.152624"], ["updated_at", "2015-02-20 21:05:52.152624"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.153438"], ["updated_at", "2015-02-20 21:05:52.153438"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:05:52.154208"], ["updated_at", "2015-02-20 21:05:52.154208"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:05:52.158054"], ["updated_at", "2015-02-20 21:05:52.158054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.158849"], ["updated_at", "2015-02-20 21:05:52.158849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.159554"], ["updated_at", "2015-02-20 21:05:52.159554"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.160253"], ["updated_at", "2015-02-20 21:05:52.160253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.160904"], ["updated_at", "2015-02-20 21:05:52.160904"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.161574"], ["updated_at", "2015-02-20 21:05:52.161574"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.162222"], ["updated_at", "2015-02-20 21:05:52.162222"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.162893"], ["updated_at", "2015-02-20 21:05:52.162893"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:05:52.163549"], ["updated_at", "2015-02-20 21:05:52.163549"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:05:52.167070"], ["updated_at", "2015-02-20 21:05:52.167070"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.167779"], ["updated_at", "2015-02-20 21:05:52.167779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.168465"], ["updated_at", "2015-02-20 21:05:52.168465"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.169132"], ["updated_at", "2015-02-20 21:05:52.169132"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.169790"], ["updated_at", "2015-02-20 21:05:52.169790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.170556"], ["updated_at", "2015-02-20 21:05:52.170556"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.171291"], ["updated_at", "2015-02-20 21:05:52.171291"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.171959"], ["updated_at", "2015-02-20 21:05:52.171959"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:05:52.172627"], ["updated_at", "2015-02-20 21:05:52.172627"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:05:52.176162"], ["updated_at", "2015-02-20 21:05:52.176162"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.176949"], ["updated_at", "2015-02-20 21:05:52.176949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.177635"], ["updated_at", "2015-02-20 21:05:52.177635"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.178289"], ["updated_at", "2015-02-20 21:05:52.178289"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.178976"], ["updated_at", "2015-02-20 21:05:52.178976"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.179634"], ["updated_at", "2015-02-20 21:05:52.179634"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.180296"], ["updated_at", "2015-02-20 21:05:52.180296"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.180954"], ["updated_at", "2015-02-20 21:05:52.180954"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:05:52.181614"], ["updated_at", "2015-02-20 21:05:52.181614"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:05:52.185596"], ["updated_at", "2015-02-20 21:05:52.185596"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.186590"], ["updated_at", "2015-02-20 21:05:52.186590"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.187400"], ["updated_at", "2015-02-20 21:05:52.187400"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.188143"], ["updated_at", "2015-02-20 21:05:52.188143"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.188900"], ["updated_at", "2015-02-20 21:05:52.188900"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.189635"], ["updated_at", "2015-02-20 21:05:52.189635"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.190394"], ["updated_at", "2015-02-20 21:05:52.190394"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.191154"], ["updated_at", "2015-02-20 21:05:52.191154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:05:52.191884"], ["updated_at", "2015-02-20 21:05:52.191884"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:05:52.195563"], ["updated_at", "2015-02-20 21:05:52.195563"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.196303"], ["updated_at", "2015-02-20 21:05:52.196303"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.197253"], ["updated_at", "2015-02-20 21:05:52.197253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.198039"], ["updated_at", "2015-02-20 21:05:52.198039"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.198835"], ["updated_at", "2015-02-20 21:05:52.198835"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.199636"], ["updated_at", "2015-02-20 21:05:52.199636"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.200346"], ["updated_at", "2015-02-20 21:05:52.200346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.201184"], ["updated_at", "2015-02-20 21:05:52.201184"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:05:52.202016"], ["updated_at", "2015-02-20 21:05:52.202016"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:05:52.205973"], ["updated_at", "2015-02-20 21:05:52.205973"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.206783"], ["updated_at", "2015-02-20 21:05:52.206783"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.207515"], ["updated_at", "2015-02-20 21:05:52.207515"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.208220"], ["updated_at", "2015-02-20 21:05:52.208220"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.208897"], ["updated_at", "2015-02-20 21:05:52.208897"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.209584"], ["updated_at", "2015-02-20 21:05:52.209584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.210238"], ["updated_at", "2015-02-20 21:05:52.210238"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.210908"], ["updated_at", "2015-02-20 21:05:52.210908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:05:52.211559"], ["updated_at", "2015-02-20 21:05:52.211559"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:05:52.215203"], ["updated_at", "2015-02-20 21:05:52.215203"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.215904"], ["updated_at", "2015-02-20 21:05:52.215904"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.216609"], ["updated_at", "2015-02-20 21:05:52.216609"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.217287"], ["updated_at", "2015-02-20 21:05:52.217287"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.217942"], ["updated_at", "2015-02-20 21:05:52.217942"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.218610"], ["updated_at", "2015-02-20 21:05:52.218610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.219275"], ["updated_at", "2015-02-20 21:05:52.219275"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.219926"], ["updated_at", "2015-02-20 21:05:52.219926"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:05:52.220673"], ["updated_at", "2015-02-20 21:05:52.220673"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:05:52.224463"], ["updated_at", "2015-02-20 21:05:52.224463"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.225185"], ["updated_at", "2015-02-20 21:05:52.225185"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.225892"], ["updated_at", "2015-02-20 21:05:52.225892"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.226551"], ["updated_at", "2015-02-20 21:05:52.226551"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.227274"], ["updated_at", "2015-02-20 21:05:52.227274"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.228164"], ["updated_at", "2015-02-20 21:05:52.228164"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.229134"], ["updated_at", "2015-02-20 21:05:52.229134"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.229927"], ["updated_at", "2015-02-20 21:05:52.229927"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:05:52.230746"], ["updated_at", "2015-02-20 21:05:52.230746"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:05:52.234867"], ["updated_at", "2015-02-20 21:05:52.234867"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.235735"], ["updated_at", "2015-02-20 21:05:52.235735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.236484"], ["updated_at", "2015-02-20 21:05:52.236484"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.237233"], ["updated_at", "2015-02-20 21:05:52.237233"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.237935"], ["updated_at", "2015-02-20 21:05:52.237935"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.238592"], ["updated_at", "2015-02-20 21:05:52.238592"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.239257"], ["updated_at", "2015-02-20 21:05:52.239257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.239927"], ["updated_at", "2015-02-20 21:05:52.239927"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:05:52.240580"], ["updated_at", "2015-02-20 21:05:52.240580"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:05:52.244202"], ["updated_at", "2015-02-20 21:05:52.244202"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.244999"], ["updated_at", "2015-02-20 21:05:52.244999"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.245719"], ["updated_at", "2015-02-20 21:05:52.245719"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.246392"], ["updated_at", "2015-02-20 21:05:52.246392"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.247119"], ["updated_at", "2015-02-20 21:05:52.247119"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.248507"], ["updated_at", "2015-02-20 21:05:52.248507"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.250686"], ["updated_at", "2015-02-20 21:05:52.250686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.251718"], ["updated_at", "2015-02-20 21:05:52.251718"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:05:52.252497"], ["updated_at", "2015-02-20 21:05:52.252497"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:05:52.256883"], ["updated_at", "2015-02-20 21:05:52.256883"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.257743"], ["updated_at", "2015-02-20 21:05:52.257743"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.258502"], ["updated_at", "2015-02-20 21:05:52.258502"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.259181"], ["updated_at", "2015-02-20 21:05:52.259181"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.259881"], ["updated_at", "2015-02-20 21:05:52.259881"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.260567"], ["updated_at", "2015-02-20 21:05:52.260567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.261239"], ["updated_at", "2015-02-20 21:05:52.261239"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.261924"], ["updated_at", "2015-02-20 21:05:52.261924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:05:52.262605"], ["updated_at", "2015-02-20 21:05:52.262605"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:05:52.266207"], ["updated_at", "2015-02-20 21:05:52.266207"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.266907"], ["updated_at", "2015-02-20 21:05:52.266907"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.267595"], ["updated_at", "2015-02-20 21:05:52.267595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.268268"], ["updated_at", "2015-02-20 21:05:52.268268"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.268931"], ["updated_at", "2015-02-20 21:05:52.268931"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.269598"], ["updated_at", "2015-02-20 21:05:52.269598"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.270247"], ["updated_at", "2015-02-20 21:05:52.270247"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.270897"], ["updated_at", "2015-02-20 21:05:52.270897"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:05:52.271565"], ["updated_at", "2015-02-20 21:05:52.271565"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:05:52.275135"], ["updated_at", "2015-02-20 21:05:52.275135"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.275852"], ["updated_at", "2015-02-20 21:05:52.275852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.276533"], ["updated_at", "2015-02-20 21:05:52.276533"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.277213"], ["updated_at", "2015-02-20 21:05:52.277213"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.277864"], ["updated_at", "2015-02-20 21:05:52.277864"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.278535"], ["updated_at", "2015-02-20 21:05:52.278535"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.279244"], ["updated_at", "2015-02-20 21:05:52.279244"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.279906"], ["updated_at", "2015-02-20 21:05:52.279906"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:05:52.280627"], ["updated_at", "2015-02-20 21:05:52.280627"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:05:52.284352"], ["updated_at", "2015-02-20 21:05:52.284352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.285631"], ["updated_at", "2015-02-20 21:05:52.285631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.286568"], ["updated_at", "2015-02-20 21:05:52.286568"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.287352"], ["updated_at", "2015-02-20 21:05:52.287352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.288117"], ["updated_at", "2015-02-20 21:05:52.288117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.288862"], ["updated_at", "2015-02-20 21:05:52.288862"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.289616"], ["updated_at", "2015-02-20 21:05:52.289616"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.290376"], ["updated_at", "2015-02-20 21:05:52.290376"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:05:52.291139"], ["updated_at", "2015-02-20 21:05:52.291139"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:05:52.295011"], ["updated_at", "2015-02-20 21:05:52.295011"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.295762"], ["updated_at", "2015-02-20 21:05:52.295762"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.296514"], ["updated_at", "2015-02-20 21:05:52.296514"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.297401"], ["updated_at", "2015-02-20 21:05:52.297401"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.298148"], ["updated_at", "2015-02-20 21:05:52.298148"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.298934"], ["updated_at", "2015-02-20 21:05:52.298934"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.299706"], ["updated_at", "2015-02-20 21:05:52.299706"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.300424"], ["updated_at", "2015-02-20 21:05:52.300424"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:05:52.301242"], ["updated_at", "2015-02-20 21:05:52.301242"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:05:52.305460"], ["updated_at", "2015-02-20 21:05:52.305460"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.306274"], ["updated_at", "2015-02-20 21:05:52.306274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.307025"], ["updated_at", "2015-02-20 21:05:52.307025"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.307700"], ["updated_at", "2015-02-20 21:05:52.307700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.308400"], ["updated_at", "2015-02-20 21:05:52.308400"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.309125"], ["updated_at", "2015-02-20 21:05:52.309125"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.309798"], ["updated_at", "2015-02-20 21:05:52.309798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.310463"], ["updated_at", "2015-02-20 21:05:52.310463"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:05:52.311120"], ["updated_at", "2015-02-20 21:05:52.311120"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:05:52.314668"], ["updated_at", "2015-02-20 21:05:52.314668"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.315362"], ["updated_at", "2015-02-20 21:05:52.315362"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.316071"], ["updated_at", "2015-02-20 21:05:52.316071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.316735"], ["updated_at", "2015-02-20 21:05:52.316735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.317383"], ["updated_at", "2015-02-20 21:05:52.317383"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.318101"], ["updated_at", "2015-02-20 21:05:52.318101"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.318750"], ["updated_at", "2015-02-20 21:05:52.318750"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.319416"], ["updated_at", "2015-02-20 21:05:52.319416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:05:52.320066"], ["updated_at", "2015-02-20 21:05:52.320066"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:05:52.323900"], ["updated_at", "2015-02-20 21:05:52.323900"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.324610"], ["updated_at", "2015-02-20 21:05:52.324610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.325306"], ["updated_at", "2015-02-20 21:05:52.325306"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.325970"], ["updated_at", "2015-02-20 21:05:52.325970"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.326694"], ["updated_at", "2015-02-20 21:05:52.326694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.327456"], ["updated_at", "2015-02-20 21:05:52.327456"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.328225"], ["updated_at", "2015-02-20 21:05:52.328225"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.329026"], ["updated_at", "2015-02-20 21:05:52.329026"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:05:52.329808"], ["updated_at", "2015-02-20 21:05:52.329808"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:05:52.333882"], ["updated_at", "2015-02-20 21:05:52.333882"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.334677"], ["updated_at", "2015-02-20 21:05:52.334677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.335490"], ["updated_at", "2015-02-20 21:05:52.335490"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.336241"], ["updated_at", "2015-02-20 21:05:52.336241"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.336908"], ["updated_at", "2015-02-20 21:05:52.336908"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.338367"], ["updated_at", "2015-02-20 21:05:52.338367"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.339758"], ["updated_at", "2015-02-20 21:05:52.339758"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.341128"], ["updated_at", "2015-02-20 21:05:52.341128"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:05:52.342151"], ["updated_at", "2015-02-20 21:05:52.342151"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:05:52.347383"], ["updated_at", "2015-02-20 21:05:52.347383"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.349369"], ["updated_at", "2015-02-20 21:05:52.349369"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.350391"], ["updated_at", "2015-02-20 21:05:52.350391"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.351162"], ["updated_at", "2015-02-20 21:05:52.351162"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.352121"], ["updated_at", "2015-02-20 21:05:52.352121"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.353449"], ["updated_at", "2015-02-20 21:05:52.353449"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.354320"], ["updated_at", "2015-02-20 21:05:52.354320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.355049"], ["updated_at", "2015-02-20 21:05:52.355049"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:05:52.355757"], ["updated_at", "2015-02-20 21:05:52.355757"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:05:52.360363"], ["updated_at", "2015-02-20 21:05:52.360363"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.361281"], ["updated_at", "2015-02-20 21:05:52.361281"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.362091"], ["updated_at", "2015-02-20 21:05:52.362091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.362846"], ["updated_at", "2015-02-20 21:05:52.362846"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.363636"], ["updated_at", "2015-02-20 21:05:52.363636"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.364335"], ["updated_at", "2015-02-20 21:05:52.364335"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.365019"], ["updated_at", "2015-02-20 21:05:52.365019"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.365842"], ["updated_at", "2015-02-20 21:05:52.365842"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:05:52.366755"], ["updated_at", "2015-02-20 21:05:52.366755"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:05:52.371012"], ["updated_at", "2015-02-20 21:05:52.371012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.371744"], ["updated_at", "2015-02-20 21:05:52.371744"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.372447"], ["updated_at", "2015-02-20 21:05:52.372447"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.373130"], ["updated_at", "2015-02-20 21:05:52.373130"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.373794"], ["updated_at", "2015-02-20 21:05:52.373794"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.374492"], ["updated_at", "2015-02-20 21:05:52.374492"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.375196"], ["updated_at", "2015-02-20 21:05:52.375196"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.375876"], ["updated_at", "2015-02-20 21:05:52.375876"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:05:52.376538"], ["updated_at", "2015-02-20 21:05:52.376538"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:05:52.380085"], ["updated_at", "2015-02-20 21:05:52.380085"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.380828"], ["updated_at", "2015-02-20 21:05:52.380828"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.381642"], ["updated_at", "2015-02-20 21:05:52.381642"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.382685"], ["updated_at", "2015-02-20 21:05:52.382685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.383472"], ["updated_at", "2015-02-20 21:05:52.383472"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.384393"], ["updated_at", "2015-02-20 21:05:52.384393"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.385275"], ["updated_at", "2015-02-20 21:05:52.385275"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.386233"], ["updated_at", "2015-02-20 21:05:52.386233"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:05:52.387443"], ["updated_at", "2015-02-20 21:05:52.387443"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:05:52.392300"], ["updated_at", "2015-02-20 21:05:52.392300"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.393335"], ["updated_at", "2015-02-20 21:05:52.393335"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.394083"], ["updated_at", "2015-02-20 21:05:52.394083"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.394855"], ["updated_at", "2015-02-20 21:05:52.394855"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.395574"], ["updated_at", "2015-02-20 21:05:52.395574"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.396263"], ["updated_at", "2015-02-20 21:05:52.396263"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.397102"], ["updated_at", "2015-02-20 21:05:52.397102"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.397901"], ["updated_at", "2015-02-20 21:05:52.397901"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:05:52.398720"], ["updated_at", "2015-02-20 21:05:52.398720"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:05:52.402715"], ["updated_at", "2015-02-20 21:05:52.402715"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.403741"], ["updated_at", "2015-02-20 21:05:52.403741"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.404685"], ["updated_at", "2015-02-20 21:05:52.404685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.405390"], ["updated_at", "2015-02-20 21:05:52.405390"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.406299"], ["updated_at", "2015-02-20 21:05:52.406299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.407033"], ["updated_at", "2015-02-20 21:05:52.407033"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.407698"], ["updated_at", "2015-02-20 21:05:52.407698"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.408402"], ["updated_at", "2015-02-20 21:05:52.408402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:05:52.409078"], ["updated_at", "2015-02-20 21:05:52.409078"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:05:52.412791"], ["updated_at", "2015-02-20 21:05:52.412791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.413519"], ["updated_at", "2015-02-20 21:05:52.413519"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.414237"], ["updated_at", "2015-02-20 21:05:52.414237"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.414900"], ["updated_at", "2015-02-20 21:05:52.414900"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.415572"], ["updated_at", "2015-02-20 21:05:52.415572"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.416234"], ["updated_at", "2015-02-20 21:05:52.416234"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.416898"], ["updated_at", "2015-02-20 21:05:52.416898"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.417563"], ["updated_at", "2015-02-20 21:05:52.417563"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:05:52.418226"], ["updated_at", "2015-02-20 21:05:52.418226"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:05:52.421999"], ["updated_at", "2015-02-20 21:05:52.421999"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.422712"], ["updated_at", "2015-02-20 21:05:52.422712"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.423443"], ["updated_at", "2015-02-20 21:05:52.423443"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.424105"], ["updated_at", "2015-02-20 21:05:52.424105"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.424779"], ["updated_at", "2015-02-20 21:05:52.424779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.425473"], ["updated_at", "2015-02-20 21:05:52.425473"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.426130"], ["updated_at", "2015-02-20 21:05:52.426130"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.426811"], ["updated_at", "2015-02-20 21:05:52.426811"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:05:52.427458"], ["updated_at", "2015-02-20 21:05:52.427458"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:05:52.431358"], ["updated_at", "2015-02-20 21:05:52.431358"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.432475"], ["updated_at", "2015-02-20 21:05:52.432475"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.433343"], ["updated_at", "2015-02-20 21:05:52.433343"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.434219"], ["updated_at", "2015-02-20 21:05:52.434219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.434974"], ["updated_at", "2015-02-20 21:05:52.434974"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.435726"], ["updated_at", "2015-02-20 21:05:52.435726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.436407"], ["updated_at", "2015-02-20 21:05:52.436407"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.437111"], ["updated_at", "2015-02-20 21:05:52.437111"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:05:52.437892"], ["updated_at", "2015-02-20 21:05:52.437892"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:05:52.441569"], ["updated_at", "2015-02-20 21:05:52.441569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.442302"], ["updated_at", "2015-02-20 21:05:52.442302"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.443026"], ["updated_at", "2015-02-20 21:05:52.443026"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.452436"], ["updated_at", "2015-02-20 21:05:52.452436"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.453291"], ["updated_at", "2015-02-20 21:05:52.453291"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.454059"], ["updated_at", "2015-02-20 21:05:52.454059"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.454833"], ["updated_at", "2015-02-20 21:05:52.454833"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.455680"], ["updated_at", "2015-02-20 21:05:52.455680"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:05:52.456513"], ["updated_at", "2015-02-20 21:05:52.456513"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:05:52.460505"], ["updated_at", "2015-02-20 21:05:52.460505"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.461241"], ["updated_at", "2015-02-20 21:05:52.461241"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.461928"], ["updated_at", "2015-02-20 21:05:52.461928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.462631"], ["updated_at", "2015-02-20 21:05:52.462631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.463292"], ["updated_at", "2015-02-20 21:05:52.463292"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.463995"], ["updated_at", "2015-02-20 21:05:52.463995"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.464657"], ["updated_at", "2015-02-20 21:05:52.464657"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.465349"], ["updated_at", "2015-02-20 21:05:52.465349"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:05:52.466013"], ["updated_at", "2015-02-20 21:05:52.466013"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:05:52.469586"], ["updated_at", "2015-02-20 21:05:52.469586"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.470308"], ["updated_at", "2015-02-20 21:05:52.470308"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.471002"], ["updated_at", "2015-02-20 21:05:52.471002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.471749"], ["updated_at", "2015-02-20 21:05:52.471749"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.472511"], ["updated_at", "2015-02-20 21:05:52.472511"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.473221"], ["updated_at", "2015-02-20 21:05:52.473221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.473883"], ["updated_at", "2015-02-20 21:05:52.473883"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.474587"], ["updated_at", "2015-02-20 21:05:52.474587"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:05:52.475303"], ["updated_at", "2015-02-20 21:05:52.475303"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:05:52.479031"], ["updated_at", "2015-02-20 21:05:52.479031"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.479754"], ["updated_at", "2015-02-20 21:05:52.479754"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.480443"], ["updated_at", "2015-02-20 21:05:52.480443"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.481130"], ["updated_at", "2015-02-20 21:05:52.481130"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.481882"], ["updated_at", "2015-02-20 21:05:52.481882"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.482843"], ["updated_at", "2015-02-20 21:05:52.482843"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.483803"], ["updated_at", "2015-02-20 21:05:52.483803"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.484800"], ["updated_at", "2015-02-20 21:05:52.484800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:05:52.485570"], ["updated_at", "2015-02-20 21:05:52.485570"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:05:52.489601"], ["updated_at", "2015-02-20 21:05:52.489601"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.490381"], ["updated_at", "2015-02-20 21:05:52.490381"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.491078"], ["updated_at", "2015-02-20 21:05:52.491078"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.491775"], ["updated_at", "2015-02-20 21:05:52.491775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.492448"], ["updated_at", "2015-02-20 21:05:52.492448"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.493136"], ["updated_at", "2015-02-20 21:05:52.493136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.493798"], ["updated_at", "2015-02-20 21:05:52.493798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.494486"], ["updated_at", "2015-02-20 21:05:52.494486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:05:52.495140"], ["updated_at", "2015-02-20 21:05:52.495140"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:05:52.499254"], ["updated_at", "2015-02-20 21:05:52.499254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.500144"], ["updated_at", "2015-02-20 21:05:52.500144"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.500928"], ["updated_at", "2015-02-20 21:05:52.500928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.501683"], ["updated_at", "2015-02-20 21:05:52.501683"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.502421"], ["updated_at", "2015-02-20 21:05:52.502421"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.503436"], ["updated_at", "2015-02-20 21:05:52.503436"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.504145"], ["updated_at", "2015-02-20 21:05:52.504145"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.505022"], ["updated_at", "2015-02-20 21:05:52.505022"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:05:52.505913"], ["updated_at", "2015-02-20 21:05:52.505913"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:05:52.509747"], ["updated_at", "2015-02-20 21:05:52.509747"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.510487"], ["updated_at", "2015-02-20 21:05:52.510487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.511179"], ["updated_at", "2015-02-20 21:05:52.511179"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.511873"], ["updated_at", "2015-02-20 21:05:52.511873"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.512531"], ["updated_at", "2015-02-20 21:05:52.512531"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.513224"], ["updated_at", "2015-02-20 21:05:52.513224"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.513877"], ["updated_at", "2015-02-20 21:05:52.513877"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.514558"], ["updated_at", "2015-02-20 21:05:52.514558"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:05:52.515220"], ["updated_at", "2015-02-20 21:05:52.515220"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220210547_add_magic_addresses.rb:89)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.2ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220210547_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220210547"]]  (1.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (1.6ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.9ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_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_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.7ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.9ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220210547')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150220212449)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.2ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.2ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:24:53.342645"], ["updated_at", "2015-02-20 21:24:53.342645"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.346825"], ["updated_at", "2015-02-20 21:24:53.346825"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.348440"], ["updated_at", "2015-02-20 21:24:53.348440"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.349269"], ["updated_at", "2015-02-20 21:24:53.349269"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.350097"], ["updated_at", "2015-02-20 21:24:53.350097"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.350874"], ["updated_at", "2015-02-20 21:24:53.350874"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.351655"], ["updated_at", "2015-02-20 21:24:53.351655"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.352378"], ["updated_at", "2015-02-20 21:24:53.352378"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:24:53.353186"], ["updated_at", "2015-02-20 21:24:53.353186"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:24:53.358022"], ["updated_at", "2015-02-20 21:24:53.358022"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.358994"], ["updated_at", "2015-02-20 21:24:53.358994"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.359870"], ["updated_at", "2015-02-20 21:24:53.359870"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.360651"], ["updated_at", "2015-02-20 21:24:53.360651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.361360"], ["updated_at", "2015-02-20 21:24:53.361360"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.362240"], ["updated_at", "2015-02-20 21:24:53.362240"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.363170"], ["updated_at", "2015-02-20 21:24:53.363170"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.363890"], ["updated_at", "2015-02-20 21:24:53.363890"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:24:53.364711"], ["updated_at", "2015-02-20 21:24:53.364711"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:24:53.369222"], ["updated_at", "2015-02-20 21:24:53.369222"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.370214"], ["updated_at", "2015-02-20 21:24:53.370214"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.371024"], ["updated_at", "2015-02-20 21:24:53.371024"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.371764"], ["updated_at", "2015-02-20 21:24:53.371764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.372520"], ["updated_at", "2015-02-20 21:24:53.372520"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.373271"], ["updated_at", "2015-02-20 21:24:53.373271"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.374013"], ["updated_at", "2015-02-20 21:24:53.374013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.374747"], ["updated_at", "2015-02-20 21:24:53.374747"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:24:53.375465"], ["updated_at", "2015-02-20 21:24:53.375465"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:24:53.379423"], ["updated_at", "2015-02-20 21:24:53.379423"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.380574"], ["updated_at", "2015-02-20 21:24:53.380574"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.381549"], ["updated_at", "2015-02-20 21:24:53.381549"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.382303"], ["updated_at", "2015-02-20 21:24:53.382303"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.383060"], ["updated_at", "2015-02-20 21:24:53.383060"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.383789"], ["updated_at", "2015-02-20 21:24:53.383789"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.384482"], ["updated_at", "2015-02-20 21:24:53.384482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.385192"], ["updated_at", "2015-02-20 21:24:53.385192"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:24:53.385922"], ["updated_at", "2015-02-20 21:24:53.385922"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:24:53.389777"], ["updated_at", "2015-02-20 21:24:53.389777"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.390757"], ["updated_at", "2015-02-20 21:24:53.390757"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.391566"], ["updated_at", "2015-02-20 21:24:53.391566"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.392355"], ["updated_at", "2015-02-20 21:24:53.392355"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.393037"], ["updated_at", "2015-02-20 21:24:53.393037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.393694"], ["updated_at", "2015-02-20 21:24:53.393694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.394350"], ["updated_at", "2015-02-20 21:24:53.394350"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.395003"], ["updated_at", "2015-02-20 21:24:53.395003"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:24:53.395653"], ["updated_at", "2015-02-20 21:24:53.395653"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:24:53.399327"], ["updated_at", "2015-02-20 21:24:53.399327"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.400033"], ["updated_at", "2015-02-20 21:24:53.400033"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.400722"], ["updated_at", "2015-02-20 21:24:53.400722"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.401395"], ["updated_at", "2015-02-20 21:24:53.401395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.402072"], ["updated_at", "2015-02-20 21:24:53.402072"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.402746"], ["updated_at", "2015-02-20 21:24:53.402746"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.403405"], ["updated_at", "2015-02-20 21:24:53.403405"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.404071"], ["updated_at", "2015-02-20 21:24:53.404071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:24:53.404725"], ["updated_at", "2015-02-20 21:24:53.404725"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:24:53.408394"], ["updated_at", "2015-02-20 21:24:53.408394"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.409163"], ["updated_at", "2015-02-20 21:24:53.409163"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.409957"], ["updated_at", "2015-02-20 21:24:53.409957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.410848"], ["updated_at", "2015-02-20 21:24:53.410848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.411577"], ["updated_at", "2015-02-20 21:24:53.411577"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.412299"], ["updated_at", "2015-02-20 21:24:53.412299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.413051"], ["updated_at", "2015-02-20 21:24:53.413051"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.413793"], ["updated_at", "2015-02-20 21:24:53.413793"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:24:53.414585"], ["updated_at", "2015-02-20 21:24:53.414585"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:24:53.418692"], ["updated_at", "2015-02-20 21:24:53.418692"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.419540"], ["updated_at", "2015-02-20 21:24:53.419540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.420310"], ["updated_at", "2015-02-20 21:24:53.420310"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.421058"], ["updated_at", "2015-02-20 21:24:53.421058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.421810"], ["updated_at", "2015-02-20 21:24:53.421810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.422475"], ["updated_at", "2015-02-20 21:24:53.422475"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.423160"], ["updated_at", "2015-02-20 21:24:53.423160"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.423885"], ["updated_at", "2015-02-20 21:24:53.423885"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:24:53.424559"], ["updated_at", "2015-02-20 21:24:53.424559"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:24:53.428279"], ["updated_at", "2015-02-20 21:24:53.428279"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.429277"], ["updated_at", "2015-02-20 21:24:53.429277"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.430416"], ["updated_at", "2015-02-20 21:24:53.430416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.431190"], ["updated_at", "2015-02-20 21:24:53.431190"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.431947"], ["updated_at", "2015-02-20 21:24:53.431947"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.432681"], ["updated_at", "2015-02-20 21:24:53.432681"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.433402"], ["updated_at", "2015-02-20 21:24:53.433402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.434139"], ["updated_at", "2015-02-20 21:24:53.434139"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:24:53.434876"], ["updated_at", "2015-02-20 21:24:53.434876"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:24:53.439150"], ["updated_at", "2015-02-20 21:24:53.439150"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.440162"], ["updated_at", "2015-02-20 21:24:53.440162"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.441023"], ["updated_at", "2015-02-20 21:24:53.441023"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.441847"], ["updated_at", "2015-02-20 21:24:53.441847"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.442548"], ["updated_at", "2015-02-20 21:24:53.442548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.443526"], ["updated_at", "2015-02-20 21:24:53.443526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.444239"], ["updated_at", "2015-02-20 21:24:53.444239"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.444920"], ["updated_at", "2015-02-20 21:24:53.444920"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:24:53.445586"], ["updated_at", "2015-02-20 21:24:53.445586"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:24:53.449266"], ["updated_at", "2015-02-20 21:24:53.449266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.450011"], ["updated_at", "2015-02-20 21:24:53.450011"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.450710"], ["updated_at", "2015-02-20 21:24:53.450710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.451393"], ["updated_at", "2015-02-20 21:24:53.451393"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.452117"], ["updated_at", "2015-02-20 21:24:53.452117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.452791"], ["updated_at", "2015-02-20 21:24:53.452791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.453457"], ["updated_at", "2015-02-20 21:24:53.453457"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.454134"], ["updated_at", "2015-02-20 21:24:53.454134"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:24:53.454796"], ["updated_at", "2015-02-20 21:24:53.454796"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:24:53.458747"], ["updated_at", "2015-02-20 21:24:53.458747"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.459676"], ["updated_at", "2015-02-20 21:24:53.459676"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.460478"], ["updated_at", "2015-02-20 21:24:53.460478"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.461306"], ["updated_at", "2015-02-20 21:24:53.461306"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.462346"], ["updated_at", "2015-02-20 21:24:53.462346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.463128"], ["updated_at", "2015-02-20 21:24:53.463128"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.463884"], ["updated_at", "2015-02-20 21:24:53.463884"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.464634"], ["updated_at", "2015-02-20 21:24:53.464634"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:24:53.465591"], ["updated_at", "2015-02-20 21:24:53.465591"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:24:53.469373"], ["updated_at", "2015-02-20 21:24:53.469373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.470118"], ["updated_at", "2015-02-20 21:24:53.470118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.470822"], ["updated_at", "2015-02-20 21:24:53.470822"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.471499"], ["updated_at", "2015-02-20 21:24:53.471499"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.472210"], ["updated_at", "2015-02-20 21:24:53.472210"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.472884"], ["updated_at", "2015-02-20 21:24:53.472884"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.473602"], ["updated_at", "2015-02-20 21:24:53.473602"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.474273"], ["updated_at", "2015-02-20 21:24:53.474273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:24:53.474950"], ["updated_at", "2015-02-20 21:24:53.474950"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:24:53.479023"], ["updated_at", "2015-02-20 21:24:53.479023"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.482076"], ["updated_at", "2015-02-20 21:24:53.482076"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.484244"], ["updated_at", "2015-02-20 21:24:53.484244"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.485332"], ["updated_at", "2015-02-20 21:24:53.485332"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.486225"], ["updated_at", "2015-02-20 21:24:53.486225"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.487021"], ["updated_at", "2015-02-20 21:24:53.487021"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.487775"], ["updated_at", "2015-02-20 21:24:53.487775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.488513"], ["updated_at", "2015-02-20 21:24:53.488513"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:24:53.489291"], ["updated_at", "2015-02-20 21:24:53.489291"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:24:53.493965"], ["updated_at", "2015-02-20 21:24:53.493965"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.494999"], ["updated_at", "2015-02-20 21:24:53.494999"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.495934"], ["updated_at", "2015-02-20 21:24:53.495934"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.496644"], ["updated_at", "2015-02-20 21:24:53.496644"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.497673"], ["updated_at", "2015-02-20 21:24:53.497673"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.498365"], ["updated_at", "2015-02-20 21:24:53.498365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.499046"], ["updated_at", "2015-02-20 21:24:53.499046"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.499780"], ["updated_at", "2015-02-20 21:24:53.499780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:24:53.500516"], ["updated_at", "2015-02-20 21:24:53.500516"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:24:53.504573"], ["updated_at", "2015-02-20 21:24:53.504573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.505491"], ["updated_at", "2015-02-20 21:24:53.505491"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.506306"], ["updated_at", "2015-02-20 21:24:53.506306"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.507073"], ["updated_at", "2015-02-20 21:24:53.507073"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.507787"], ["updated_at", "2015-02-20 21:24:53.507787"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.508541"], ["updated_at", "2015-02-20 21:24:53.508541"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.509274"], ["updated_at", "2015-02-20 21:24:53.509274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.509953"], ["updated_at", "2015-02-20 21:24:53.509953"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:24:53.510659"], ["updated_at", "2015-02-20 21:24:53.510659"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:24:53.515454"], ["updated_at", "2015-02-20 21:24:53.515454"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.516338"], ["updated_at", "2015-02-20 21:24:53.516338"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.517208"], ["updated_at", "2015-02-20 21:24:53.517208"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.517937"], ["updated_at", "2015-02-20 21:24:53.517937"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.518655"], ["updated_at", "2015-02-20 21:24:53.518655"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.519389"], ["updated_at", "2015-02-20 21:24:53.519389"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.520232"], ["updated_at", "2015-02-20 21:24:53.520232"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.521109"], ["updated_at", "2015-02-20 21:24:53.521109"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:24:53.521988"], ["updated_at", "2015-02-20 21:24:53.521988"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:24:53.526154"], ["updated_at", "2015-02-20 21:24:53.526154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.527152"], ["updated_at", "2015-02-20 21:24:53.527152"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.527907"], ["updated_at", "2015-02-20 21:24:53.527907"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.528646"], ["updated_at", "2015-02-20 21:24:53.528646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.529357"], ["updated_at", "2015-02-20 21:24:53.529357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.530058"], ["updated_at", "2015-02-20 21:24:53.530058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.530736"], ["updated_at", "2015-02-20 21:24:53.530736"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.531399"], ["updated_at", "2015-02-20 21:24:53.531399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:24:53.532083"], ["updated_at", "2015-02-20 21:24:53.532083"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:24:53.536086"], ["updated_at", "2015-02-20 21:24:53.536086"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.536819"], ["updated_at", "2015-02-20 21:24:53.536819"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.537540"], ["updated_at", "2015-02-20 21:24:53.537540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.538215"], ["updated_at", "2015-02-20 21:24:53.538215"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.538893"], ["updated_at", "2015-02-20 21:24:53.538893"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.539564"], ["updated_at", "2015-02-20 21:24:53.539564"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.540285"], ["updated_at", "2015-02-20 21:24:53.540285"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.540954"], ["updated_at", "2015-02-20 21:24:53.540954"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:24:53.541633"], ["updated_at", "2015-02-20 21:24:53.541633"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:24:53.545736"], ["updated_at", "2015-02-20 21:24:53.545736"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.546657"], ["updated_at", "2015-02-20 21:24:53.546657"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.547495"], ["updated_at", "2015-02-20 21:24:53.547495"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.548250"], ["updated_at", "2015-02-20 21:24:53.548250"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.549018"], ["updated_at", "2015-02-20 21:24:53.549018"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.549785"], ["updated_at", "2015-02-20 21:24:53.549785"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.550467"], ["updated_at", "2015-02-20 21:24:53.550467"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.551218"], ["updated_at", "2015-02-20 21:24:53.551218"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:24:53.551973"], ["updated_at", "2015-02-20 21:24:53.551973"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:24:53.555683"], ["updated_at", "2015-02-20 21:24:53.555683"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.556404"], ["updated_at", "2015-02-20 21:24:53.556404"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.557120"], ["updated_at", "2015-02-20 21:24:53.557120"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.557836"], ["updated_at", "2015-02-20 21:24:53.557836"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.558519"], ["updated_at", "2015-02-20 21:24:53.558519"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.559216"], ["updated_at", "2015-02-20 21:24:53.559216"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.560032"], ["updated_at", "2015-02-20 21:24:53.560032"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.560800"], ["updated_at", "2015-02-20 21:24:53.560800"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:24:53.561545"], ["updated_at", "2015-02-20 21:24:53.561545"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:24:53.568962"], ["updated_at", "2015-02-20 21:24:53.568962"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.570004"], ["updated_at", "2015-02-20 21:24:53.570004"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.570808"], ["updated_at", "2015-02-20 21:24:53.570808"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.571571"], ["updated_at", "2015-02-20 21:24:53.571571"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.572328"], ["updated_at", "2015-02-20 21:24:53.572328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.573130"], ["updated_at", "2015-02-20 21:24:53.573130"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.573844"], ["updated_at", "2015-02-20 21:24:53.573844"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.574844"], ["updated_at", "2015-02-20 21:24:53.574844"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:24:53.575768"], ["updated_at", "2015-02-20 21:24:53.575768"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:24:53.579880"], ["updated_at", "2015-02-20 21:24:53.579880"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.580664"], ["updated_at", "2015-02-20 21:24:53.580664"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.581365"], ["updated_at", "2015-02-20 21:24:53.581365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.582053"], ["updated_at", "2015-02-20 21:24:53.582053"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.582740"], ["updated_at", "2015-02-20 21:24:53.582740"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.583421"], ["updated_at", "2015-02-20 21:24:53.583421"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.584120"], ["updated_at", "2015-02-20 21:24:53.584120"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.584797"], ["updated_at", "2015-02-20 21:24:53.584797"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:24:53.585485"], ["updated_at", "2015-02-20 21:24:53.585485"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:24:53.589565"], ["updated_at", "2015-02-20 21:24:53.589565"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.590490"], ["updated_at", "2015-02-20 21:24:53.590490"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.591297"], ["updated_at", "2015-02-20 21:24:53.591297"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.592052"], ["updated_at", "2015-02-20 21:24:53.592052"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.592824"], ["updated_at", "2015-02-20 21:24:53.592824"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.593536"], ["updated_at", "2015-02-20 21:24:53.593536"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.594256"], ["updated_at", "2015-02-20 21:24:53.594256"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.595010"], ["updated_at", "2015-02-20 21:24:53.595010"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:24:53.595740"], ["updated_at", "2015-02-20 21:24:53.595740"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:24:53.599406"], ["updated_at", "2015-02-20 21:24:53.599406"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.600125"], ["updated_at", "2015-02-20 21:24:53.600125"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.600898"], ["updated_at", "2015-02-20 21:24:53.600898"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.601569"], ["updated_at", "2015-02-20 21:24:53.601569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.602296"], ["updated_at", "2015-02-20 21:24:53.602296"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.602962"], ["updated_at", "2015-02-20 21:24:53.602962"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.603665"], ["updated_at", "2015-02-20 21:24:53.603665"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.604332"], ["updated_at", "2015-02-20 21:24:53.604332"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:24:53.604998"], ["updated_at", "2015-02-20 21:24:53.604998"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:24:53.608831"], ["updated_at", "2015-02-20 21:24:53.608831"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.609548"], ["updated_at", "2015-02-20 21:24:53.609548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.610276"], ["updated_at", "2015-02-20 21:24:53.610276"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.610943"], ["updated_at", "2015-02-20 21:24:53.610943"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.611659"], ["updated_at", "2015-02-20 21:24:53.611659"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.612569"], ["updated_at", "2015-02-20 21:24:53.612569"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.614441"], ["updated_at", "2015-02-20 21:24:53.614441"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.615587"], ["updated_at", "2015-02-20 21:24:53.615587"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:24:53.616380"], ["updated_at", "2015-02-20 21:24:53.616380"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:24:53.620885"], ["updated_at", "2015-02-20 21:24:53.620885"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.621819"], ["updated_at", "2015-02-20 21:24:53.621819"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.622719"], ["updated_at", "2015-02-20 21:24:53.622719"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.623544"], ["updated_at", "2015-02-20 21:24:53.623544"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.624381"], ["updated_at", "2015-02-20 21:24:53.624381"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.625303"], ["updated_at", "2015-02-20 21:24:53.625303"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.626197"], ["updated_at", "2015-02-20 21:24:53.626197"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.627117"], ["updated_at", "2015-02-20 21:24:53.627117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:24:53.627807"], ["updated_at", "2015-02-20 21:24:53.627807"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:24:53.631700"], ["updated_at", "2015-02-20 21:24:53.631700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.632598"], ["updated_at", "2015-02-20 21:24:53.632598"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.633416"], ["updated_at", "2015-02-20 21:24:53.633416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.634169"], ["updated_at", "2015-02-20 21:24:53.634169"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.634912"], ["updated_at", "2015-02-20 21:24:53.634912"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.635686"], ["updated_at", "2015-02-20 21:24:53.635686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.636446"], ["updated_at", "2015-02-20 21:24:53.636446"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.637194"], ["updated_at", "2015-02-20 21:24:53.637194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:24:53.637913"], ["updated_at", "2015-02-20 21:24:53.637913"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:24:53.641724"], ["updated_at", "2015-02-20 21:24:53.641724"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.642489"], ["updated_at", "2015-02-20 21:24:53.642489"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.643197"], ["updated_at", "2015-02-20 21:24:53.643197"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.643903"], ["updated_at", "2015-02-20 21:24:53.643903"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.644613"], ["updated_at", "2015-02-20 21:24:53.644613"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.645353"], ["updated_at", "2015-02-20 21:24:53.645353"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.646349"], ["updated_at", "2015-02-20 21:24:53.646349"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.647290"], ["updated_at", "2015-02-20 21:24:53.647290"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:24:53.648138"], ["updated_at", "2015-02-20 21:24:53.648138"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:24:53.652560"], ["updated_at", "2015-02-20 21:24:53.652560"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.653640"], ["updated_at", "2015-02-20 21:24:53.653640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.654532"], ["updated_at", "2015-02-20 21:24:53.654532"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.655344"], ["updated_at", "2015-02-20 21:24:53.655344"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.656304"], ["updated_at", "2015-02-20 21:24:53.656304"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.657037"], ["updated_at", "2015-02-20 21:24:53.657037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.658006"], ["updated_at", "2015-02-20 21:24:53.658006"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.658906"], ["updated_at", "2015-02-20 21:24:53.658906"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:24:53.659680"], ["updated_at", "2015-02-20 21:24:53.659680"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:24:53.671436"], ["updated_at", "2015-02-20 21:24:53.671436"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.672247"], ["updated_at", "2015-02-20 21:24:53.672247"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.672952"], ["updated_at", "2015-02-20 21:24:53.672952"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.673743"], ["updated_at", "2015-02-20 21:24:53.673743"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.674564"], ["updated_at", "2015-02-20 21:24:53.674564"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.675436"], ["updated_at", "2015-02-20 21:24:53.675436"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.676311"], ["updated_at", "2015-02-20 21:24:53.676311"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.677204"], ["updated_at", "2015-02-20 21:24:53.677204"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:24:53.678033"], ["updated_at", "2015-02-20 21:24:53.678033"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:24:53.682545"], ["updated_at", "2015-02-20 21:24:53.682545"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.683320"], ["updated_at", "2015-02-20 21:24:53.683320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.684024"], ["updated_at", "2015-02-20 21:24:53.684024"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.684710"], ["updated_at", "2015-02-20 21:24:53.684710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.685375"], ["updated_at", "2015-02-20 21:24:53.685375"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.686065"], ["updated_at", "2015-02-20 21:24:53.686065"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.686774"], ["updated_at", "2015-02-20 21:24:53.686774"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.687464"], ["updated_at", "2015-02-20 21:24:53.687464"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:24:53.688127"], ["updated_at", "2015-02-20 21:24:53.688127"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:24:53.691837"], ["updated_at", "2015-02-20 21:24:53.691837"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.692547"], ["updated_at", "2015-02-20 21:24:53.692547"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.693255"], ["updated_at", "2015-02-20 21:24:53.693255"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.694073"], ["updated_at", "2015-02-20 21:24:53.694073"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.694873"], ["updated_at", "2015-02-20 21:24:53.694873"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.695873"], ["updated_at", "2015-02-20 21:24:53.695873"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.696693"], ["updated_at", "2015-02-20 21:24:53.696693"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.697641"], ["updated_at", "2015-02-20 21:24:53.697641"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:24:53.698407"], ["updated_at", "2015-02-20 21:24:53.698407"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:24:53.702678"], ["updated_at", "2015-02-20 21:24:53.702678"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.703567"], ["updated_at", "2015-02-20 21:24:53.703567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.704350"], ["updated_at", "2015-02-20 21:24:53.704350"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.705106"], ["updated_at", "2015-02-20 21:24:53.705106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.705857"], ["updated_at", "2015-02-20 21:24:53.705857"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.706581"], ["updated_at", "2015-02-20 21:24:53.706581"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.707328"], ["updated_at", "2015-02-20 21:24:53.707328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.708091"], ["updated_at", "2015-02-20 21:24:53.708091"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:24:53.708833"], ["updated_at", "2015-02-20 21:24:53.708833"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:24:53.712572"], ["updated_at", "2015-02-20 21:24:53.712572"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.713322"], ["updated_at", "2015-02-20 21:24:53.713322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.714029"], ["updated_at", "2015-02-20 21:24:53.714029"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.714726"], ["updated_at", "2015-02-20 21:24:53.714726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.715402"], ["updated_at", "2015-02-20 21:24:53.715402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.716190"], ["updated_at", "2015-02-20 21:24:53.716190"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.716925"], ["updated_at", "2015-02-20 21:24:53.716925"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.717673"], ["updated_at", "2015-02-20 21:24:53.717673"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:24:53.718461"], ["updated_at", "2015-02-20 21:24:53.718461"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:24:53.722450"], ["updated_at", "2015-02-20 21:24:53.722450"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.723328"], ["updated_at", "2015-02-20 21:24:53.723328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.724078"], ["updated_at", "2015-02-20 21:24:53.724078"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.724823"], ["updated_at", "2015-02-20 21:24:53.724823"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.725524"], ["updated_at", "2015-02-20 21:24:53.725524"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.726315"], ["updated_at", "2015-02-20 21:24:53.726315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.727221"], ["updated_at", "2015-02-20 21:24:53.727221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.727940"], ["updated_at", "2015-02-20 21:24:53.727940"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:24:53.728644"], ["updated_at", "2015-02-20 21:24:53.728644"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:89)  (0.2ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.2ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to AddMagicAddresses (20150220212449)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.0ms) select sqlite_version(*)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:25:32.422994"], ["updated_at", "2015-02-20 21:25:32.422994"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.429201"], ["updated_at", "2015-02-20 21:25:32.429201"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.430780"], ["updated_at", "2015-02-20 21:25:32.430780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.431720"], ["updated_at", "2015-02-20 21:25:32.431720"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.432474"], ["updated_at", "2015-02-20 21:25:32.432474"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.433234"], ["updated_at", "2015-02-20 21:25:32.433234"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.433965"], ["updated_at", "2015-02-20 21:25:32.433965"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.434660"], ["updated_at", "2015-02-20 21:25:32.434660"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:25:32.435358"], ["updated_at", "2015-02-20 21:25:32.435358"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:25:32.439194"], ["updated_at", "2015-02-20 21:25:32.439194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.439951"], ["updated_at", "2015-02-20 21:25:32.439951"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.440758"], ["updated_at", "2015-02-20 21:25:32.440758"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.441423"], ["updated_at", "2015-02-20 21:25:32.441423"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.442106"], ["updated_at", "2015-02-20 21:25:32.442106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.442832"], ["updated_at", "2015-02-20 21:25:32.442832"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.443568"], ["updated_at", "2015-02-20 21:25:32.443568"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.444232"], ["updated_at", "2015-02-20 21:25:32.444232"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:25:32.444904"], ["updated_at", "2015-02-20 21:25:32.444904"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:25:32.449551"], ["updated_at", "2015-02-20 21:25:32.449551"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.450496"], ["updated_at", "2015-02-20 21:25:32.450496"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.451362"], ["updated_at", "2015-02-20 21:25:32.451362"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.452157"], ["updated_at", "2015-02-20 21:25:32.452157"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.452931"], ["updated_at", "2015-02-20 21:25:32.452931"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.453726"], ["updated_at", "2015-02-20 21:25:32.453726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.454467"], ["updated_at", "2015-02-20 21:25:32.454467"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.455190"], ["updated_at", "2015-02-20 21:25:32.455190"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:25:32.455889"], ["updated_at", "2015-02-20 21:25:32.455889"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:25:32.459764"], ["updated_at", "2015-02-20 21:25:32.459764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.460619"], ["updated_at", "2015-02-20 21:25:32.460619"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.461435"], ["updated_at", "2015-02-20 21:25:32.461435"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.462194"], ["updated_at", "2015-02-20 21:25:32.462194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.462891"], ["updated_at", "2015-02-20 21:25:32.462891"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.463601"], ["updated_at", "2015-02-20 21:25:32.463601"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.464311"], ["updated_at", "2015-02-20 21:25:32.464311"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.465027"], ["updated_at", "2015-02-20 21:25:32.465027"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:25:32.465805"], ["updated_at", "2015-02-20 21:25:32.465805"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:25:32.470621"], ["updated_at", "2015-02-20 21:25:32.470621"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.471511"], ["updated_at", "2015-02-20 21:25:32.471511"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.472333"], ["updated_at", "2015-02-20 21:25:32.472333"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.473126"], ["updated_at", "2015-02-20 21:25:32.473126"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.473994"], ["updated_at", "2015-02-20 21:25:32.473994"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.474798"], ["updated_at", "2015-02-20 21:25:32.474798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.475584"], ["updated_at", "2015-02-20 21:25:32.475584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.476492"], ["updated_at", "2015-02-20 21:25:32.476492"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:25:32.477443"], ["updated_at", "2015-02-20 21:25:32.477443"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:25:32.481636"], ["updated_at", "2015-02-20 21:25:32.481636"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.482426"], ["updated_at", "2015-02-20 21:25:32.482426"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.483153"], ["updated_at", "2015-02-20 21:25:32.483153"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.483845"], ["updated_at", "2015-02-20 21:25:32.483845"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.484534"], ["updated_at", "2015-02-20 21:25:32.484534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.485236"], ["updated_at", "2015-02-20 21:25:32.485236"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.485925"], ["updated_at", "2015-02-20 21:25:32.485925"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.486584"], ["updated_at", "2015-02-20 21:25:32.486584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:25:32.487260"], ["updated_at", "2015-02-20 21:25:32.487260"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:25:32.490866"], ["updated_at", "2015-02-20 21:25:32.490866"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.491597"], ["updated_at", "2015-02-20 21:25:32.491597"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.492295"], ["updated_at", "2015-02-20 21:25:32.492295"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.492959"], ["updated_at", "2015-02-20 21:25:32.492959"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.493702"], ["updated_at", "2015-02-20 21:25:32.493702"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.494399"], ["updated_at", "2015-02-20 21:25:32.494399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.495098"], ["updated_at", "2015-02-20 21:25:32.495098"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.495788"], ["updated_at", "2015-02-20 21:25:32.495788"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:25:32.496583"], ["updated_at", "2015-02-20 21:25:32.496583"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:25:32.500859"], ["updated_at", "2015-02-20 21:25:32.500859"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.501715"], ["updated_at", "2015-02-20 21:25:32.501715"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.502524"], ["updated_at", "2015-02-20 21:25:32.502524"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.503246"], ["updated_at", "2015-02-20 21:25:32.503246"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.503975"], ["updated_at", "2015-02-20 21:25:32.503975"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.504679"], ["updated_at", "2015-02-20 21:25:32.504679"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.505445"], ["updated_at", "2015-02-20 21:25:32.505445"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.506286"], ["updated_at", "2015-02-20 21:25:32.506286"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:25:32.507055"], ["updated_at", "2015-02-20 21:25:32.507055"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:25:32.510806"], ["updated_at", "2015-02-20 21:25:32.510806"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.511544"], ["updated_at", "2015-02-20 21:25:32.511544"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.512257"], ["updated_at", "2015-02-20 21:25:32.512257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.512924"], ["updated_at", "2015-02-20 21:25:32.512924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.513582"], ["updated_at", "2015-02-20 21:25:32.513582"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.514264"], ["updated_at", "2015-02-20 21:25:32.514264"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.514980"], ["updated_at", "2015-02-20 21:25:32.514980"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.515970"], ["updated_at", "2015-02-20 21:25:32.515970"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:25:32.516934"], ["updated_at", "2015-02-20 21:25:32.516934"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:25:32.521703"], ["updated_at", "2015-02-20 21:25:32.521703"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.522682"], ["updated_at", "2015-02-20 21:25:32.522682"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.523571"], ["updated_at", "2015-02-20 21:25:32.523571"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.524386"], ["updated_at", "2015-02-20 21:25:32.524386"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.525182"], ["updated_at", "2015-02-20 21:25:32.525182"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.526064"], ["updated_at", "2015-02-20 21:25:32.526064"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.527050"], ["updated_at", "2015-02-20 21:25:32.527050"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.528047"], ["updated_at", "2015-02-20 21:25:32.528047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:25:32.528934"], ["updated_at", "2015-02-20 21:25:32.528934"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:25:32.532740"], ["updated_at", "2015-02-20 21:25:32.532740"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.533477"], ["updated_at", "2015-02-20 21:25:32.533477"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.534179"], ["updated_at", "2015-02-20 21:25:32.534179"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.534869"], ["updated_at", "2015-02-20 21:25:32.534869"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.535604"], ["updated_at", "2015-02-20 21:25:32.535604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.536410"], ["updated_at", "2015-02-20 21:25:32.536410"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.537148"], ["updated_at", "2015-02-20 21:25:32.537148"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.537819"], ["updated_at", "2015-02-20 21:25:32.537819"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:25:32.538546"], ["updated_at", "2015-02-20 21:25:32.538546"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:25:32.542324"], ["updated_at", "2015-02-20 21:25:32.542324"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.543191"], ["updated_at", "2015-02-20 21:25:32.543191"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.544057"], ["updated_at", "2015-02-20 21:25:32.544057"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.544811"], ["updated_at", "2015-02-20 21:25:32.544811"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.545621"], ["updated_at", "2015-02-20 21:25:32.545621"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.546379"], ["updated_at", "2015-02-20 21:25:32.546379"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.547104"], ["updated_at", "2015-02-20 21:25:32.547104"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.547827"], ["updated_at", "2015-02-20 21:25:32.547827"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:25:32.548699"], ["updated_at", "2015-02-20 21:25:32.548699"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:25:32.553329"], ["updated_at", "2015-02-20 21:25:32.553329"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.554190"], ["updated_at", "2015-02-20 21:25:32.554190"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.554985"], ["updated_at", "2015-02-20 21:25:32.554985"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.555656"], ["updated_at", "2015-02-20 21:25:32.555656"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.556334"], ["updated_at", "2015-02-20 21:25:32.556334"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.557005"], ["updated_at", "2015-02-20 21:25:32.557005"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.557681"], ["updated_at", "2015-02-20 21:25:32.557681"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.558349"], ["updated_at", "2015-02-20 21:25:32.558349"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:25:32.559019"], ["updated_at", "2015-02-20 21:25:32.559019"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:25:32.562690"], ["updated_at", "2015-02-20 21:25:32.562690"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.563447"], ["updated_at", "2015-02-20 21:25:32.563447"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.564246"], ["updated_at", "2015-02-20 21:25:32.564246"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.565051"], ["updated_at", "2015-02-20 21:25:32.565051"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.566127"], ["updated_at", "2015-02-20 21:25:32.566127"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.567376"], ["updated_at", "2015-02-20 21:25:32.567376"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.568601"], ["updated_at", "2015-02-20 21:25:32.568601"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.569635"], ["updated_at", "2015-02-20 21:25:32.569635"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:25:32.570544"], ["updated_at", "2015-02-20 21:25:32.570544"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:25:32.575365"], ["updated_at", "2015-02-20 21:25:32.575365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.576398"], ["updated_at", "2015-02-20 21:25:32.576398"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.577332"], ["updated_at", "2015-02-20 21:25:32.577332"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.578205"], ["updated_at", "2015-02-20 21:25:32.578205"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.579221"], ["updated_at", "2015-02-20 21:25:32.579221"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.580184"], ["updated_at", "2015-02-20 21:25:32.580184"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.581049"], ["updated_at", "2015-02-20 21:25:32.581049"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.581767"], ["updated_at", "2015-02-20 21:25:32.581767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:25:32.582684"], ["updated_at", "2015-02-20 21:25:32.582684"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:25:32.586510"], ["updated_at", "2015-02-20 21:25:32.586510"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.587265"], ["updated_at", "2015-02-20 21:25:32.587265"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.588092"], ["updated_at", "2015-02-20 21:25:32.588092"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.588835"], ["updated_at", "2015-02-20 21:25:32.588835"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.589631"], ["updated_at", "2015-02-20 21:25:32.589631"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.590520"], ["updated_at", "2015-02-20 21:25:32.590520"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.591374"], ["updated_at", "2015-02-20 21:25:32.591374"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.592212"], ["updated_at", "2015-02-20 21:25:32.592212"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:25:32.593000"], ["updated_at", "2015-02-20 21:25:32.593000"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:25:32.596971"], ["updated_at", "2015-02-20 21:25:32.596971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.597802"], ["updated_at", "2015-02-20 21:25:32.597802"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.598618"], ["updated_at", "2015-02-20 21:25:32.598618"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.599361"], ["updated_at", "2015-02-20 21:25:32.599361"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.600033"], ["updated_at", "2015-02-20 21:25:32.600033"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.600708"], ["updated_at", "2015-02-20 21:25:32.600708"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.601384"], ["updated_at", "2015-02-20 21:25:32.601384"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.602096"], ["updated_at", "2015-02-20 21:25:32.602096"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:25:32.602765"], ["updated_at", "2015-02-20 21:25:32.602765"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:25:32.606353"], ["updated_at", "2015-02-20 21:25:32.606353"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.607079"], ["updated_at", "2015-02-20 21:25:32.607079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.607775"], ["updated_at", "2015-02-20 21:25:32.607775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.608494"], ["updated_at", "2015-02-20 21:25:32.608494"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.609259"], ["updated_at", "2015-02-20 21:25:32.609259"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.609936"], ["updated_at", "2015-02-20 21:25:32.609936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.610611"], ["updated_at", "2015-02-20 21:25:32.610611"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.611334"], ["updated_at", "2015-02-20 21:25:32.611334"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:25:32.612013"], ["updated_at", "2015-02-20 21:25:32.612013"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:25:32.615856"], ["updated_at", "2015-02-20 21:25:32.615856"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.617314"], ["updated_at", "2015-02-20 21:25:32.617314"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.618340"], ["updated_at", "2015-02-20 21:25:32.618340"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.619122"], ["updated_at", "2015-02-20 21:25:32.619122"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.619916"], ["updated_at", "2015-02-20 21:25:32.619916"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.620984"], ["updated_at", "2015-02-20 21:25:32.620984"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.621868"], ["updated_at", "2015-02-20 21:25:32.621868"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.622768"], ["updated_at", "2015-02-20 21:25:32.622768"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:25:32.623528"], ["updated_at", "2015-02-20 21:25:32.623528"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:25:32.628079"], ["updated_at", "2015-02-20 21:25:32.628079"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.628995"], ["updated_at", "2015-02-20 21:25:32.628995"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.630050"], ["updated_at", "2015-02-20 21:25:32.630050"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.630791"], ["updated_at", "2015-02-20 21:25:32.630791"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.631505"], ["updated_at", "2015-02-20 21:25:32.631505"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.632377"], ["updated_at", "2015-02-20 21:25:32.632377"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.633243"], ["updated_at", "2015-02-20 21:25:32.633243"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.634116"], ["updated_at", "2015-02-20 21:25:32.634116"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:25:32.635036"], ["updated_at", "2015-02-20 21:25:32.635036"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:25:32.639243"], ["updated_at", "2015-02-20 21:25:32.639243"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.640094"], ["updated_at", "2015-02-20 21:25:32.640094"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.640939"], ["updated_at", "2015-02-20 21:25:32.640939"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.641733"], ["updated_at", "2015-02-20 21:25:32.641733"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.642476"], ["updated_at", "2015-02-20 21:25:32.642476"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.643285"], ["updated_at", "2015-02-20 21:25:32.643285"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.644021"], ["updated_at", "2015-02-20 21:25:32.644021"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.644741"], ["updated_at", "2015-02-20 21:25:32.644741"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:25:32.645429"], ["updated_at", "2015-02-20 21:25:32.645429"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:25:32.649222"], ["updated_at", "2015-02-20 21:25:32.649222"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.650356"], ["updated_at", "2015-02-20 21:25:32.650356"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.651472"], ["updated_at", "2015-02-20 21:25:32.651472"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.652277"], ["updated_at", "2015-02-20 21:25:32.652277"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.653080"], ["updated_at", "2015-02-20 21:25:32.653080"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.653857"], ["updated_at", "2015-02-20 21:25:32.653857"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.654649"], ["updated_at", "2015-02-20 21:25:32.654649"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.655426"], ["updated_at", "2015-02-20 21:25:32.655426"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:25:32.656226"], ["updated_at", "2015-02-20 21:25:32.656226"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:25:32.660731"], ["updated_at", "2015-02-20 21:25:32.660731"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.661899"], ["updated_at", "2015-02-20 21:25:32.661899"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.662727"], ["updated_at", "2015-02-20 21:25:32.662727"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.663456"], ["updated_at", "2015-02-20 21:25:32.663456"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.664253"], ["updated_at", "2015-02-20 21:25:32.664253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.665195"], ["updated_at", "2015-02-20 21:25:32.665195"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.665879"], ["updated_at", "2015-02-20 21:25:32.665879"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.666571"], ["updated_at", "2015-02-20 21:25:32.666571"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:25:32.667250"], ["updated_at", "2015-02-20 21:25:32.667250"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:25:32.671043"], ["updated_at", "2015-02-20 21:25:32.671043"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.671780"], ["updated_at", "2015-02-20 21:25:32.671780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.672493"], ["updated_at", "2015-02-20 21:25:32.672493"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.673159"], ["updated_at", "2015-02-20 21:25:32.673159"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.673850"], ["updated_at", "2015-02-20 21:25:32.673850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.674516"], ["updated_at", "2015-02-20 21:25:32.674516"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.675193"], ["updated_at", "2015-02-20 21:25:32.675193"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.675850"], ["updated_at", "2015-02-20 21:25:32.675850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:25:32.676508"], ["updated_at", "2015-02-20 21:25:32.676508"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:25:32.680630"], ["updated_at", "2015-02-20 21:25:32.680630"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.681562"], ["updated_at", "2015-02-20 21:25:32.681562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.682353"], ["updated_at", "2015-02-20 21:25:32.682353"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.683079"], ["updated_at", "2015-02-20 21:25:32.683079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.683815"], ["updated_at", "2015-02-20 21:25:32.683815"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.684588"], ["updated_at", "2015-02-20 21:25:32.684588"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.685348"], ["updated_at", "2015-02-20 21:25:32.685348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.686095"], ["updated_at", "2015-02-20 21:25:32.686095"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:25:32.686868"], ["updated_at", "2015-02-20 21:25:32.686868"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:25:32.690607"], ["updated_at", "2015-02-20 21:25:32.690607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.691769"], ["updated_at", "2015-02-20 21:25:32.691769"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.692473"], ["updated_at", "2015-02-20 21:25:32.692473"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.693150"], ["updated_at", "2015-02-20 21:25:32.693150"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.693825"], ["updated_at", "2015-02-20 21:25:32.693825"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.694492"], ["updated_at", "2015-02-20 21:25:32.694492"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.695155"], ["updated_at", "2015-02-20 21:25:32.695155"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.695867"], ["updated_at", "2015-02-20 21:25:32.695867"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:25:32.696601"], ["updated_at", "2015-02-20 21:25:32.696601"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:25:32.702727"], ["updated_at", "2015-02-20 21:25:32.702727"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.705663"], ["updated_at", "2015-02-20 21:25:32.705663"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.706742"], ["updated_at", "2015-02-20 21:25:32.706742"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.707578"], ["updated_at", "2015-02-20 21:25:32.707578"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.708378"], ["updated_at", "2015-02-20 21:25:32.708378"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.709184"], ["updated_at", "2015-02-20 21:25:32.709184"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.709969"], ["updated_at", "2015-02-20 21:25:32.709969"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.710777"], ["updated_at", "2015-02-20 21:25:32.710777"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:25:32.711686"], ["updated_at", "2015-02-20 21:25:32.711686"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:25:32.716389"], ["updated_at", "2015-02-20 21:25:32.716389"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.717205"], ["updated_at", "2015-02-20 21:25:32.717205"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.717944"], ["updated_at", "2015-02-20 21:25:32.717944"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.718643"], ["updated_at", "2015-02-20 21:25:32.718643"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.719321"], ["updated_at", "2015-02-20 21:25:32.719321"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.719990"], ["updated_at", "2015-02-20 21:25:32.719990"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.720721"], ["updated_at", "2015-02-20 21:25:32.720721"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.721485"], ["updated_at", "2015-02-20 21:25:32.721485"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:25:32.722236"], ["updated_at", "2015-02-20 21:25:32.722236"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:25:32.726464"], ["updated_at", "2015-02-20 21:25:32.726464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.727412"], ["updated_at", "2015-02-20 21:25:32.727412"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.728275"], ["updated_at", "2015-02-20 21:25:32.728275"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.729014"], ["updated_at", "2015-02-20 21:25:32.729014"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.729773"], ["updated_at", "2015-02-20 21:25:32.729773"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.730542"], ["updated_at", "2015-02-20 21:25:32.730542"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.731265"], ["updated_at", "2015-02-20 21:25:32.731265"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.731930"], ["updated_at", "2015-02-20 21:25:32.731930"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:25:32.732666"], ["updated_at", "2015-02-20 21:25:32.732666"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:25:32.737418"], ["updated_at", "2015-02-20 21:25:32.737418"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.738320"], ["updated_at", "2015-02-20 21:25:32.738320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.739164"], ["updated_at", "2015-02-20 21:25:32.739164"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.739949"], ["updated_at", "2015-02-20 21:25:32.739949"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.740895"], ["updated_at", "2015-02-20 21:25:32.740895"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.741851"], ["updated_at", "2015-02-20 21:25:32.741851"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.742759"], ["updated_at", "2015-02-20 21:25:32.742759"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.743729"], ["updated_at", "2015-02-20 21:25:32.743729"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:25:32.744712"], ["updated_at", "2015-02-20 21:25:32.744712"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:25:32.758946"], ["updated_at", "2015-02-20 21:25:32.758946"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.759828"], ["updated_at", "2015-02-20 21:25:32.759828"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.760623"], ["updated_at", "2015-02-20 21:25:32.760623"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.761372"], ["updated_at", "2015-02-20 21:25:32.761372"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.762058"], ["updated_at", "2015-02-20 21:25:32.762058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.762751"], ["updated_at", "2015-02-20 21:25:32.762751"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.763438"], ["updated_at", "2015-02-20 21:25:32.763438"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.764118"], ["updated_at", "2015-02-20 21:25:32.764118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:25:32.764882"], ["updated_at", "2015-02-20 21:25:32.764882"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:25:32.769058"], ["updated_at", "2015-02-20 21:25:32.769058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.769960"], ["updated_at", "2015-02-20 21:25:32.769960"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.770800"], ["updated_at", "2015-02-20 21:25:32.770800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.771562"], ["updated_at", "2015-02-20 21:25:32.771562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.772301"], ["updated_at", "2015-02-20 21:25:32.772301"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.773096"], ["updated_at", "2015-02-20 21:25:32.773096"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.773761"], ["updated_at", "2015-02-20 21:25:32.773761"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.774485"], ["updated_at", "2015-02-20 21:25:32.774485"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:25:32.775163"], ["updated_at", "2015-02-20 21:25:32.775163"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:25:32.778806"], ["updated_at", "2015-02-20 21:25:32.778806"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.779556"], ["updated_at", "2015-02-20 21:25:32.779556"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.780249"], ["updated_at", "2015-02-20 21:25:32.780249"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.780938"], ["updated_at", "2015-02-20 21:25:32.780938"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.781619"], ["updated_at", "2015-02-20 21:25:32.781619"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.782569"], ["updated_at", "2015-02-20 21:25:32.782569"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.783744"], ["updated_at", "2015-02-20 21:25:32.783744"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.784885"], ["updated_at", "2015-02-20 21:25:32.784885"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:25:32.785705"], ["updated_at", "2015-02-20 21:25:32.785705"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:25:32.789957"], ["updated_at", "2015-02-20 21:25:32.789957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.791033"], ["updated_at", "2015-02-20 21:25:32.791033"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.791952"], ["updated_at", "2015-02-20 21:25:32.791952"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.792850"], ["updated_at", "2015-02-20 21:25:32.792850"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.793734"], ["updated_at", "2015-02-20 21:25:32.793734"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.794813"], ["updated_at", "2015-02-20 21:25:32.794813"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.795782"], ["updated_at", "2015-02-20 21:25:32.795782"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.796649"], ["updated_at", "2015-02-20 21:25:32.796649"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:25:32.797349"], ["updated_at", "2015-02-20 21:25:32.797349"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:25:32.801854"], ["updated_at", "2015-02-20 21:25:32.801854"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.802661"], ["updated_at", "2015-02-20 21:25:32.802661"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.803385"], ["updated_at", "2015-02-20 21:25:32.803385"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.804093"], ["updated_at", "2015-02-20 21:25:32.804093"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.804765"], ["updated_at", "2015-02-20 21:25:32.804765"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.805460"], ["updated_at", "2015-02-20 21:25:32.805460"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.806125"], ["updated_at", "2015-02-20 21:25:32.806125"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.806893"], ["updated_at", "2015-02-20 21:25:32.806893"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:25:32.807706"], ["updated_at", "2015-02-20 21:25:32.807706"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:25:32.812195"], ["updated_at", "2015-02-20 21:25:32.812195"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.813128"], ["updated_at", "2015-02-20 21:25:32.813128"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.813929"], ["updated_at", "2015-02-20 21:25:32.813929"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.814771"], ["updated_at", "2015-02-20 21:25:32.814771"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.815835"], ["updated_at", "2015-02-20 21:25:32.815835"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.817006"], ["updated_at", "2015-02-20 21:25:32.817006"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.817920"], ["updated_at", "2015-02-20 21:25:32.817920"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.818770"], ["updated_at", "2015-02-20 21:25:32.818770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:25:32.819616"], ["updated_at", "2015-02-20 21:25:32.819616"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:89)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150220212449_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.2ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220212449"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (1.9ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.6ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.7ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_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_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_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_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.8ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220212449')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220213246)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220213246_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:32:51.220871"], ["updated_at", "2015-02-20 21:32:51.220871"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.224686"], ["updated_at", "2015-02-20 21:32:51.224686"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.225706"], ["updated_at", "2015-02-20 21:32:51.225706"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.226908"], ["updated_at", "2015-02-20 21:32:51.226908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.228211"], ["updated_at", "2015-02-20 21:32:51.228211"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.229454"], ["updated_at", "2015-02-20 21:32:51.229454"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.230604"], ["updated_at", "2015-02-20 21:32:51.230604"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.231464"], ["updated_at", "2015-02-20 21:32:51.231464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:32:51.232169"], ["updated_at", "2015-02-20 21:32:51.232169"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:32:51.236261"], ["updated_at", "2015-02-20 21:32:51.236261"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.237125"], ["updated_at", "2015-02-20 21:32:51.237125"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.237855"], ["updated_at", "2015-02-20 21:32:51.237855"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.238534"], ["updated_at", "2015-02-20 21:32:51.238534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.239189"], ["updated_at", "2015-02-20 21:32:51.239189"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.239854"], ["updated_at", "2015-02-20 21:32:51.239854"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.240573"], ["updated_at", "2015-02-20 21:32:51.240573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.241248"], ["updated_at", "2015-02-20 21:32:51.241248"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:32:51.241901"], ["updated_at", "2015-02-20 21:32:51.241901"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:32:51.245548"], ["updated_at", "2015-02-20 21:32:51.245548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.246312"], ["updated_at", "2015-02-20 21:32:51.246312"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.247019"], ["updated_at", "2015-02-20 21:32:51.247019"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.247800"], ["updated_at", "2015-02-20 21:32:51.247800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.248646"], ["updated_at", "2015-02-20 21:32:51.248646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.249509"], ["updated_at", "2015-02-20 21:32:51.249509"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.250345"], ["updated_at", "2015-02-20 21:32:51.250345"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.251186"], ["updated_at", "2015-02-20 21:32:51.251186"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:32:51.251944"], ["updated_at", "2015-02-20 21:32:51.251944"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:32:51.256019"], ["updated_at", "2015-02-20 21:32:51.256019"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.256863"], ["updated_at", "2015-02-20 21:32:51.256863"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.257654"], ["updated_at", "2015-02-20 21:32:51.257654"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.258402"], ["updated_at", "2015-02-20 21:32:51.258402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.259122"], ["updated_at", "2015-02-20 21:32:51.259122"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.259856"], ["updated_at", "2015-02-20 21:32:51.259856"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.260557"], ["updated_at", "2015-02-20 21:32:51.260557"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.261213"], ["updated_at", "2015-02-20 21:32:51.261213"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:32:51.261878"], ["updated_at", "2015-02-20 21:32:51.261878"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:32:51.265760"], ["updated_at", "2015-02-20 21:32:51.265760"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.266546"], ["updated_at", "2015-02-20 21:32:51.266546"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.267313"], ["updated_at", "2015-02-20 21:32:51.267313"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.268972"], ["updated_at", "2015-02-20 21:32:51.268972"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.272166"], ["updated_at", "2015-02-20 21:32:51.272166"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.273462"], ["updated_at", "2015-02-20 21:32:51.273462"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.274360"], ["updated_at", "2015-02-20 21:32:51.274360"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.275106"], ["updated_at", "2015-02-20 21:32:51.275106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:32:51.275799"], ["updated_at", "2015-02-20 21:32:51.275799"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:32:51.281554"], ["updated_at", "2015-02-20 21:32:51.281554"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.282672"], ["updated_at", "2015-02-20 21:32:51.282672"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.283485"], ["updated_at", "2015-02-20 21:32:51.283485"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.284169"], ["updated_at", "2015-02-20 21:32:51.284169"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.284891"], ["updated_at", "2015-02-20 21:32:51.284891"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.286979"], ["updated_at", "2015-02-20 21:32:51.286979"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.288572"], ["updated_at", "2015-02-20 21:32:51.288572"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.289653"], ["updated_at", "2015-02-20 21:32:51.289653"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:32:51.290651"], ["updated_at", "2015-02-20 21:32:51.290651"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:32:51.295781"], ["updated_at", "2015-02-20 21:32:51.295781"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.296935"], ["updated_at", "2015-02-20 21:32:51.296935"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.298002"], ["updated_at", "2015-02-20 21:32:51.298002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.298848"], ["updated_at", "2015-02-20 21:32:51.298848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.299664"], ["updated_at", "2015-02-20 21:32:51.299664"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.300468"], ["updated_at", "2015-02-20 21:32:51.300468"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.301298"], ["updated_at", "2015-02-20 21:32:51.301298"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.302089"], ["updated_at", "2015-02-20 21:32:51.302089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:32:51.302847"], ["updated_at", "2015-02-20 21:32:51.302847"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:32:51.307241"], ["updated_at", "2015-02-20 21:32:51.307241"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.308012"], ["updated_at", "2015-02-20 21:32:51.308012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.308775"], ["updated_at", "2015-02-20 21:32:51.308775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.309476"], ["updated_at", "2015-02-20 21:32:51.309476"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.310180"], ["updated_at", "2015-02-20 21:32:51.310180"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.310868"], ["updated_at", "2015-02-20 21:32:51.310868"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.311542"], ["updated_at", "2015-02-20 21:32:51.311542"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.312222"], ["updated_at", "2015-02-20 21:32:51.312222"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:32:51.312931"], ["updated_at", "2015-02-20 21:32:51.312931"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:32:51.317098"], ["updated_at", "2015-02-20 21:32:51.317098"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.318556"], ["updated_at", "2015-02-20 21:32:51.318556"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.319705"], ["updated_at", "2015-02-20 21:32:51.319705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.320688"], ["updated_at", "2015-02-20 21:32:51.320688"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.321468"], ["updated_at", "2015-02-20 21:32:51.321468"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.322259"], ["updated_at", "2015-02-20 21:32:51.322259"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.323039"], ["updated_at", "2015-02-20 21:32:51.323039"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.323780"], ["updated_at", "2015-02-20 21:32:51.323780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:32:51.324558"], ["updated_at", "2015-02-20 21:32:51.324558"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:32:51.329170"], ["updated_at", "2015-02-20 21:32:51.329170"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.330326"], ["updated_at", "2015-02-20 21:32:51.330326"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.331381"], ["updated_at", "2015-02-20 21:32:51.331381"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.332258"], ["updated_at", "2015-02-20 21:32:51.332258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.333006"], ["updated_at", "2015-02-20 21:32:51.333006"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.333741"], ["updated_at", "2015-02-20 21:32:51.333741"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.334651"], ["updated_at", "2015-02-20 21:32:51.334651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.335371"], ["updated_at", "2015-02-20 21:32:51.335371"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:32:51.336046"], ["updated_at", "2015-02-20 21:32:51.336046"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:32:51.339889"], ["updated_at", "2015-02-20 21:32:51.339889"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.340755"], ["updated_at", "2015-02-20 21:32:51.340755"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.341708"], ["updated_at", "2015-02-20 21:32:51.341708"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.342636"], ["updated_at", "2015-02-20 21:32:51.342636"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.343547"], ["updated_at", "2015-02-20 21:32:51.343547"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.344402"], ["updated_at", "2015-02-20 21:32:51.344402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.345233"], ["updated_at", "2015-02-20 21:32:51.345233"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.346042"], ["updated_at", "2015-02-20 21:32:51.346042"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:32:51.346810"], ["updated_at", "2015-02-20 21:32:51.346810"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:32:51.350968"], ["updated_at", "2015-02-20 21:32:51.350968"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.351826"], ["updated_at", "2015-02-20 21:32:51.351826"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.352552"], ["updated_at", "2015-02-20 21:32:51.352552"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.353223"], ["updated_at", "2015-02-20 21:32:51.353223"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.353885"], ["updated_at", "2015-02-20 21:32:51.353885"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.354577"], ["updated_at", "2015-02-20 21:32:51.354577"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.355243"], ["updated_at", "2015-02-20 21:32:51.355243"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.355928"], ["updated_at", "2015-02-20 21:32:51.355928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:32:51.356584"], ["updated_at", "2015-02-20 21:32:51.356584"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:32:51.360182"], ["updated_at", "2015-02-20 21:32:51.360182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.361019"], ["updated_at", "2015-02-20 21:32:51.361019"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.361797"], ["updated_at", "2015-02-20 21:32:51.361797"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.362517"], ["updated_at", "2015-02-20 21:32:51.362517"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.363186"], ["updated_at", "2015-02-20 21:32:51.363186"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.363861"], ["updated_at", "2015-02-20 21:32:51.363861"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.364516"], ["updated_at", "2015-02-20 21:32:51.364516"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.365181"], ["updated_at", "2015-02-20 21:32:51.365181"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:32:51.365858"], ["updated_at", "2015-02-20 21:32:51.365858"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:32:51.370979"], ["updated_at", "2015-02-20 21:32:51.370979"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.372234"], ["updated_at", "2015-02-20 21:32:51.372234"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.373136"], ["updated_at", "2015-02-20 21:32:51.373136"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.373908"], ["updated_at", "2015-02-20 21:32:51.373908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.374679"], ["updated_at", "2015-02-20 21:32:51.374679"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.375481"], ["updated_at", "2015-02-20 21:32:51.375481"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.376328"], ["updated_at", "2015-02-20 21:32:51.376328"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.377089"], ["updated_at", "2015-02-20 21:32:51.377089"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:32:51.378088"], ["updated_at", "2015-02-20 21:32:51.378088"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:32:51.382730"], ["updated_at", "2015-02-20 21:32:51.382730"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.383584"], ["updated_at", "2015-02-20 21:32:51.383584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.384355"], ["updated_at", "2015-02-20 21:32:51.384355"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.385072"], ["updated_at", "2015-02-20 21:32:51.385072"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.385855"], ["updated_at", "2015-02-20 21:32:51.385855"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.386696"], ["updated_at", "2015-02-20 21:32:51.386696"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.387631"], ["updated_at", "2015-02-20 21:32:51.387631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.388515"], ["updated_at", "2015-02-20 21:32:51.388515"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:32:51.389390"], ["updated_at", "2015-02-20 21:32:51.389390"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:32:51.393642"], ["updated_at", "2015-02-20 21:32:51.393642"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.394489"], ["updated_at", "2015-02-20 21:32:51.394489"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.395256"], ["updated_at", "2015-02-20 21:32:51.395256"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.396028"], ["updated_at", "2015-02-20 21:32:51.396028"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.396762"], ["updated_at", "2015-02-20 21:32:51.396762"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.397432"], ["updated_at", "2015-02-20 21:32:51.397432"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.398111"], ["updated_at", "2015-02-20 21:32:51.398111"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.398798"], ["updated_at", "2015-02-20 21:32:51.398798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:32:51.399469"], ["updated_at", "2015-02-20 21:32:51.399469"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:32:51.404047"], ["updated_at", "2015-02-20 21:32:51.404047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.405003"], ["updated_at", "2015-02-20 21:32:51.405003"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.405851"], ["updated_at", "2015-02-20 21:32:51.405851"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.406657"], ["updated_at", "2015-02-20 21:32:51.406657"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.407437"], ["updated_at", "2015-02-20 21:32:51.407437"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.408238"], ["updated_at", "2015-02-20 21:32:51.408238"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.409019"], ["updated_at", "2015-02-20 21:32:51.409019"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.409978"], ["updated_at", "2015-02-20 21:32:51.409978"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:32:51.410899"], ["updated_at", "2015-02-20 21:32:51.410899"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:32:51.415286"], ["updated_at", "2015-02-20 21:32:51.415286"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.416135"], ["updated_at", "2015-02-20 21:32:51.416135"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.416924"], ["updated_at", "2015-02-20 21:32:51.416924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.417632"], ["updated_at", "2015-02-20 21:32:51.417632"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.418308"], ["updated_at", "2015-02-20 21:32:51.418308"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.418989"], ["updated_at", "2015-02-20 21:32:51.418989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.419659"], ["updated_at", "2015-02-20 21:32:51.419659"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.420344"], ["updated_at", "2015-02-20 21:32:51.420344"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:32:51.421082"], ["updated_at", "2015-02-20 21:32:51.421082"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:32:51.424823"], ["updated_at", "2015-02-20 21:32:51.424823"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.425532"], ["updated_at", "2015-02-20 21:32:51.425532"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.426234"], ["updated_at", "2015-02-20 21:32:51.426234"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.426967"], ["updated_at", "2015-02-20 21:32:51.426967"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.427667"], ["updated_at", "2015-02-20 21:32:51.427667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.428335"], ["updated_at", "2015-02-20 21:32:51.428335"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.429035"], ["updated_at", "2015-02-20 21:32:51.429035"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.429726"], ["updated_at", "2015-02-20 21:32:51.429726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:32:51.430438"], ["updated_at", "2015-02-20 21:32:51.430438"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:32:51.434989"], ["updated_at", "2015-02-20 21:32:51.434989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.435941"], ["updated_at", "2015-02-20 21:32:51.435941"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.436822"], ["updated_at", "2015-02-20 21:32:51.436822"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.437606"], ["updated_at", "2015-02-20 21:32:51.437606"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.438409"], ["updated_at", "2015-02-20 21:32:51.438409"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.439173"], ["updated_at", "2015-02-20 21:32:51.439173"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.439883"], ["updated_at", "2015-02-20 21:32:51.439883"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.440847"], ["updated_at", "2015-02-20 21:32:51.440847"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:32:51.441571"], ["updated_at", "2015-02-20 21:32:51.441571"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:32:51.445273"], ["updated_at", "2015-02-20 21:32:51.445273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.446052"], ["updated_at", "2015-02-20 21:32:51.446052"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.446839"], ["updated_at", "2015-02-20 21:32:51.446839"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.447542"], ["updated_at", "2015-02-20 21:32:51.447542"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.448213"], ["updated_at", "2015-02-20 21:32:51.448213"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.448925"], ["updated_at", "2015-02-20 21:32:51.448925"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.449611"], ["updated_at", "2015-02-20 21:32:51.449611"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.450273"], ["updated_at", "2015-02-20 21:32:51.450273"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:32:51.451194"], ["updated_at", "2015-02-20 21:32:51.451194"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:32:51.456104"], ["updated_at", "2015-02-20 21:32:51.456104"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.457023"], ["updated_at", "2015-02-20 21:32:51.457023"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.457870"], ["updated_at", "2015-02-20 21:32:51.457870"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.458703"], ["updated_at", "2015-02-20 21:32:51.458703"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.459700"], ["updated_at", "2015-02-20 21:32:51.459700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.460534"], ["updated_at", "2015-02-20 21:32:51.460534"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.461323"], ["updated_at", "2015-02-20 21:32:51.461323"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.462318"], ["updated_at", "2015-02-20 21:32:51.462318"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:32:51.463128"], ["updated_at", "2015-02-20 21:32:51.463128"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:32:51.467162"], ["updated_at", "2015-02-20 21:32:51.467162"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.467957"], ["updated_at", "2015-02-20 21:32:51.467957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.468683"], ["updated_at", "2015-02-20 21:32:51.468683"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.469366"], ["updated_at", "2015-02-20 21:32:51.469366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.470060"], ["updated_at", "2015-02-20 21:32:51.470060"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.470735"], ["updated_at", "2015-02-20 21:32:51.470735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.471433"], ["updated_at", "2015-02-20 21:32:51.471433"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.472103"], ["updated_at", "2015-02-20 21:32:51.472103"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:32:51.472763"], ["updated_at", "2015-02-20 21:32:51.472763"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:32:51.476576"], ["updated_at", "2015-02-20 21:32:51.476576"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.477531"], ["updated_at", "2015-02-20 21:32:51.477531"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.478424"], ["updated_at", "2015-02-20 21:32:51.478424"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.479249"], ["updated_at", "2015-02-20 21:32:51.479249"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.480057"], ["updated_at", "2015-02-20 21:32:51.480057"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.480849"], ["updated_at", "2015-02-20 21:32:51.480849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.481625"], ["updated_at", "2015-02-20 21:32:51.481625"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.482442"], ["updated_at", "2015-02-20 21:32:51.482442"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:32:51.483196"], ["updated_at", "2015-02-20 21:32:51.483196"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:32:51.487026"], ["updated_at", "2015-02-20 21:32:51.487026"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.487773"], ["updated_at", "2015-02-20 21:32:51.487773"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.488550"], ["updated_at", "2015-02-20 21:32:51.488550"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.489365"], ["updated_at", "2015-02-20 21:32:51.489365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.490032"], ["updated_at", "2015-02-20 21:32:51.490032"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.490688"], ["updated_at", "2015-02-20 21:32:51.490688"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.491399"], ["updated_at", "2015-02-20 21:32:51.491399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.492070"], ["updated_at", "2015-02-20 21:32:51.492070"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:32:51.492762"], ["updated_at", "2015-02-20 21:32:51.492762"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:32:51.496439"], ["updated_at", "2015-02-20 21:32:51.496439"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.497234"], ["updated_at", "2015-02-20 21:32:51.497234"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.498048"], ["updated_at", "2015-02-20 21:32:51.498048"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.498799"], ["updated_at", "2015-02-20 21:32:51.498799"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.499474"], ["updated_at", "2015-02-20 21:32:51.499474"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.500143"], ["updated_at", "2015-02-20 21:32:51.500143"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.500863"], ["updated_at", "2015-02-20 21:32:51.500863"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.502717"], ["updated_at", "2015-02-20 21:32:51.502717"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:32:51.504439"], ["updated_at", "2015-02-20 21:32:51.504439"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:32:51.509204"], ["updated_at", "2015-02-20 21:32:51.509204"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.510259"], ["updated_at", "2015-02-20 21:32:51.510259"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.511171"], ["updated_at", "2015-02-20 21:32:51.511171"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.511982"], ["updated_at", "2015-02-20 21:32:51.511982"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.512878"], ["updated_at", "2015-02-20 21:32:51.512878"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.513629"], ["updated_at", "2015-02-20 21:32:51.513629"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.514363"], ["updated_at", "2015-02-20 21:32:51.514363"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.515328"], ["updated_at", "2015-02-20 21:32:51.515328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:32:51.516325"], ["updated_at", "2015-02-20 21:32:51.516325"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:32:51.520470"], ["updated_at", "2015-02-20 21:32:51.520470"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.521512"], ["updated_at", "2015-02-20 21:32:51.521512"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.522464"], ["updated_at", "2015-02-20 21:32:51.522464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.523277"], ["updated_at", "2015-02-20 21:32:51.523277"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.524069"], ["updated_at", "2015-02-20 21:32:51.524069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.524854"], ["updated_at", "2015-02-20 21:32:51.524854"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.525634"], ["updated_at", "2015-02-20 21:32:51.525634"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.526364"], ["updated_at", "2015-02-20 21:32:51.526364"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:32:51.527107"], ["updated_at", "2015-02-20 21:32:51.527107"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:32:51.531068"], ["updated_at", "2015-02-20 21:32:51.531068"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.531800"], ["updated_at", "2015-02-20 21:32:51.531800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.532511"], ["updated_at", "2015-02-20 21:32:51.532511"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.533191"], ["updated_at", "2015-02-20 21:32:51.533191"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.533887"], ["updated_at", "2015-02-20 21:32:51.533887"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.534636"], ["updated_at", "2015-02-20 21:32:51.534636"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.535455"], ["updated_at", "2015-02-20 21:32:51.535455"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.536553"], ["updated_at", "2015-02-20 21:32:51.536553"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:32:51.537423"], ["updated_at", "2015-02-20 21:32:51.537423"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:32:51.542271"], ["updated_at", "2015-02-20 21:32:51.542271"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.543355"], ["updated_at", "2015-02-20 21:32:51.543355"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.544261"], ["updated_at", "2015-02-20 21:32:51.544261"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.545203"], ["updated_at", "2015-02-20 21:32:51.545203"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.546172"], ["updated_at", "2015-02-20 21:32:51.546172"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.547210"], ["updated_at", "2015-02-20 21:32:51.547210"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.555583"], ["updated_at", "2015-02-20 21:32:51.555583"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.556326"], ["updated_at", "2015-02-20 21:32:51.556326"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:32:51.557025"], ["updated_at", "2015-02-20 21:32:51.557025"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:32:51.560815"], ["updated_at", "2015-02-20 21:32:51.560815"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.561569"], ["updated_at", "2015-02-20 21:32:51.561569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.562291"], ["updated_at", "2015-02-20 21:32:51.562291"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.563054"], ["updated_at", "2015-02-20 21:32:51.563054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.563774"], ["updated_at", "2015-02-20 21:32:51.563774"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.564562"], ["updated_at", "2015-02-20 21:32:51.564562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.565384"], ["updated_at", "2015-02-20 21:32:51.565384"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.566241"], ["updated_at", "2015-02-20 21:32:51.566241"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:32:51.567043"], ["updated_at", "2015-02-20 21:32:51.567043"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:32:51.571192"], ["updated_at", "2015-02-20 21:32:51.571192"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.571987"], ["updated_at", "2015-02-20 21:32:51.571987"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.572700"], ["updated_at", "2015-02-20 21:32:51.572700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.573385"], ["updated_at", "2015-02-20 21:32:51.573385"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.574051"], ["updated_at", "2015-02-20 21:32:51.574051"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.574725"], ["updated_at", "2015-02-20 21:32:51.574725"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.575394"], ["updated_at", "2015-02-20 21:32:51.575394"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.576075"], ["updated_at", "2015-02-20 21:32:51.576075"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:32:51.576746"], ["updated_at", "2015-02-20 21:32:51.576746"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:32:51.580417"], ["updated_at", "2015-02-20 21:32:51.580417"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.581192"], ["updated_at", "2015-02-20 21:32:51.581192"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.581957"], ["updated_at", "2015-02-20 21:32:51.581957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.582663"], ["updated_at", "2015-02-20 21:32:51.582663"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.583338"], ["updated_at", "2015-02-20 21:32:51.583338"]] SQL (0.3ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.584192"], ["updated_at", "2015-02-20 21:32:51.584192"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.588070"], ["updated_at", "2015-02-20 21:32:51.588070"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.589545"], ["updated_at", "2015-02-20 21:32:51.589545"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:32:51.590481"], ["updated_at", "2015-02-20 21:32:51.590481"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:32:51.595237"], ["updated_at", "2015-02-20 21:32:51.595237"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.596318"], ["updated_at", "2015-02-20 21:32:51.596318"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.597238"], ["updated_at", "2015-02-20 21:32:51.597238"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.598098"], ["updated_at", "2015-02-20 21:32:51.598098"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.598901"], ["updated_at", "2015-02-20 21:32:51.598901"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.599804"], ["updated_at", "2015-02-20 21:32:51.599804"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.600709"], ["updated_at", "2015-02-20 21:32:51.600709"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.601435"], ["updated_at", "2015-02-20 21:32:51.601435"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:32:51.602147"], ["updated_at", "2015-02-20 21:32:51.602147"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:32:51.606351"], ["updated_at", "2015-02-20 21:32:51.606351"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.607425"], ["updated_at", "2015-02-20 21:32:51.607425"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.608389"], ["updated_at", "2015-02-20 21:32:51.608389"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.609239"], ["updated_at", "2015-02-20 21:32:51.609239"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.610034"], ["updated_at", "2015-02-20 21:32:51.610034"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.610776"], ["updated_at", "2015-02-20 21:32:51.610776"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.611505"], ["updated_at", "2015-02-20 21:32:51.611505"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.612315"], ["updated_at", "2015-02-20 21:32:51.612315"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:32:51.613012"], ["updated_at", "2015-02-20 21:32:51.613012"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:32:51.617161"], ["updated_at", "2015-02-20 21:32:51.617161"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.617972"], ["updated_at", "2015-02-20 21:32:51.617972"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.618862"], ["updated_at", "2015-02-20 21:32:51.618862"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.619866"], ["updated_at", "2015-02-20 21:32:51.619866"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.620879"], ["updated_at", "2015-02-20 21:32:51.620879"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.621805"], ["updated_at", "2015-02-20 21:32:51.621805"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.622599"], ["updated_at", "2015-02-20 21:32:51.622599"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.623386"], ["updated_at", "2015-02-20 21:32:51.623386"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:32:51.624139"], ["updated_at", "2015-02-20 21:32:51.624139"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220213246_add_magic_addresses.rb:89)  (0.2ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.2ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220213246_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150220213246_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.1ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220213246"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (1.9ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.7ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.7ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_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_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.8ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.7ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220213246')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220213408)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220213408_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["name_default", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:34:12.179516"], ["updated_at", "2015-02-20 21:34:12.179516"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.183433"], ["updated_at", "2015-02-20 21:34:12.183433"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.184472"], ["updated_at", "2015-02-20 21:34:12.184472"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.185304"], ["updated_at", "2015-02-20 21:34:12.185304"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.186266"], ["updated_at", "2015-02-20 21:34:12.186266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.187185"], ["updated_at", "2015-02-20 21:34:12.187185"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.188097"], ["updated_at", "2015-02-20 21:34:12.188097"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.188856"], ["updated_at", "2015-02-20 21:34:12.188856"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:34:12.189558"], ["updated_at", "2015-02-20 21:34:12.189558"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["name_default", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:34:12.193725"], ["updated_at", "2015-02-20 21:34:12.193725"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.194483"], ["updated_at", "2015-02-20 21:34:12.194483"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.195192"], ["updated_at", "2015-02-20 21:34:12.195192"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.195852"], ["updated_at", "2015-02-20 21:34:12.195852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.196527"], ["updated_at", "2015-02-20 21:34:12.196527"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.197182"], ["updated_at", "2015-02-20 21:34:12.197182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.197895"], ["updated_at", "2015-02-20 21:34:12.197895"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.198644"], ["updated_at", "2015-02-20 21:34:12.198644"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:34:12.199371"], ["updated_at", "2015-02-20 21:34:12.199371"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["name_default", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:34:12.203538"], ["updated_at", "2015-02-20 21:34:12.203538"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.204419"], ["updated_at", "2015-02-20 21:34:12.204419"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.205251"], ["updated_at", "2015-02-20 21:34:12.205251"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.205994"], ["updated_at", "2015-02-20 21:34:12.205994"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.206735"], ["updated_at", "2015-02-20 21:34:12.206735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.207481"], ["updated_at", "2015-02-20 21:34:12.207481"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.208220"], ["updated_at", "2015-02-20 21:34:12.208220"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.208937"], ["updated_at", "2015-02-20 21:34:12.208937"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:34:12.209598"], ["updated_at", "2015-02-20 21:34:12.209598"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["name_default", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:34:12.213245"], ["updated_at", "2015-02-20 21:34:12.213245"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.213958"], ["updated_at", "2015-02-20 21:34:12.213958"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.214665"], ["updated_at", "2015-02-20 21:34:12.214665"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.215341"], ["updated_at", "2015-02-20 21:34:12.215341"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.216000"], ["updated_at", "2015-02-20 21:34:12.216000"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.216712"], ["updated_at", "2015-02-20 21:34:12.216712"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.217481"], ["updated_at", "2015-02-20 21:34:12.217481"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.218248"], ["updated_at", "2015-02-20 21:34:12.218248"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:34:12.218988"], ["updated_at", "2015-02-20 21:34:12.218988"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["name_default", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:34:12.222631"], ["updated_at", "2015-02-20 21:34:12.222631"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.223754"], ["updated_at", "2015-02-20 21:34:12.223754"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.225340"], ["updated_at", "2015-02-20 21:34:12.225340"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.226280"], ["updated_at", "2015-02-20 21:34:12.226280"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.227058"], ["updated_at", "2015-02-20 21:34:12.227058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.227840"], ["updated_at", "2015-02-20 21:34:12.227840"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.228589"], ["updated_at", "2015-02-20 21:34:12.228589"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.229316"], ["updated_at", "2015-02-20 21:34:12.229316"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:34:12.230036"], ["updated_at", "2015-02-20 21:34:12.230036"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:34:12.234250"], ["updated_at", "2015-02-20 21:34:12.234250"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.235360"], ["updated_at", "2015-02-20 21:34:12.235360"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.236349"], ["updated_at", "2015-02-20 21:34:12.236349"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.237254"], ["updated_at", "2015-02-20 21:34:12.237254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.238165"], ["updated_at", "2015-02-20 21:34:12.238165"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.238930"], ["updated_at", "2015-02-20 21:34:12.238930"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.239638"], ["updated_at", "2015-02-20 21:34:12.239638"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.240338"], ["updated_at", "2015-02-20 21:34:12.240338"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:34:12.241042"], ["updated_at", "2015-02-20 21:34:12.241042"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["name_default", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:34:12.245194"], ["updated_at", "2015-02-20 21:34:12.245194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.246219"], ["updated_at", "2015-02-20 21:34:12.246219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.247085"], ["updated_at", "2015-02-20 21:34:12.247085"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.247871"], ["updated_at", "2015-02-20 21:34:12.247871"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.248681"], ["updated_at", "2015-02-20 21:34:12.248681"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.249448"], ["updated_at", "2015-02-20 21:34:12.249448"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.250176"], ["updated_at", "2015-02-20 21:34:12.250176"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.251026"], ["updated_at", "2015-02-20 21:34:12.251026"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:34:12.251784"], ["updated_at", "2015-02-20 21:34:12.251784"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["name_default", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:34:12.255501"], ["updated_at", "2015-02-20 21:34:12.255501"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.256276"], ["updated_at", "2015-02-20 21:34:12.256276"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.257154"], ["updated_at", "2015-02-20 21:34:12.257154"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.258061"], ["updated_at", "2015-02-20 21:34:12.258061"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.259014"], ["updated_at", "2015-02-20 21:34:12.259014"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.259808"], ["updated_at", "2015-02-20 21:34:12.259808"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.260571"], ["updated_at", "2015-02-20 21:34:12.260571"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.261338"], ["updated_at", "2015-02-20 21:34:12.261338"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:34:12.262092"], ["updated_at", "2015-02-20 21:34:12.262092"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["name_default", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:34:12.266451"], ["updated_at", "2015-02-20 21:34:12.266451"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.267608"], ["updated_at", "2015-02-20 21:34:12.267608"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.268623"], ["updated_at", "2015-02-20 21:34:12.268623"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.269615"], ["updated_at", "2015-02-20 21:34:12.269615"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.270632"], ["updated_at", "2015-02-20 21:34:12.270632"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.271371"], ["updated_at", "2015-02-20 21:34:12.271371"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.272119"], ["updated_at", "2015-02-20 21:34:12.272119"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.272871"], ["updated_at", "2015-02-20 21:34:12.272871"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:34:12.273663"], ["updated_at", "2015-02-20 21:34:12.273663"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["name_default", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:34:12.277518"], ["updated_at", "2015-02-20 21:34:12.277518"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.278287"], ["updated_at", "2015-02-20 21:34:12.278287"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.279025"], ["updated_at", "2015-02-20 21:34:12.279025"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.279755"], ["updated_at", "2015-02-20 21:34:12.279755"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.280500"], ["updated_at", "2015-02-20 21:34:12.280500"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.281181"], ["updated_at", "2015-02-20 21:34:12.281181"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.281853"], ["updated_at", "2015-02-20 21:34:12.281853"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.282514"], ["updated_at", "2015-02-20 21:34:12.282514"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:34:12.283192"], ["updated_at", "2015-02-20 21:34:12.283192"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["name_default", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:34:12.286824"], ["updated_at", "2015-02-20 21:34:12.286824"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.287767"], ["updated_at", "2015-02-20 21:34:12.287767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.288740"], ["updated_at", "2015-02-20 21:34:12.288740"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.289669"], ["updated_at", "2015-02-20 21:34:12.289669"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.290791"], ["updated_at", "2015-02-20 21:34:12.290791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.291988"], ["updated_at", "2015-02-20 21:34:12.291988"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.292848"], ["updated_at", "2015-02-20 21:34:12.292848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.293664"], ["updated_at", "2015-02-20 21:34:12.293664"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:34:12.294485"], ["updated_at", "2015-02-20 21:34:12.294485"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["name_default", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:34:12.298395"], ["updated_at", "2015-02-20 21:34:12.298395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.299145"], ["updated_at", "2015-02-20 21:34:12.299145"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.299880"], ["updated_at", "2015-02-20 21:34:12.299880"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.300553"], ["updated_at", "2015-02-20 21:34:12.300553"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.301243"], ["updated_at", "2015-02-20 21:34:12.301243"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.302045"], ["updated_at", "2015-02-20 21:34:12.302045"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.302886"], ["updated_at", "2015-02-20 21:34:12.302886"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.303597"], ["updated_at", "2015-02-20 21:34:12.303597"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:34:12.304263"], ["updated_at", "2015-02-20 21:34:12.304263"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["name_default", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:34:12.308578"], ["updated_at", "2015-02-20 21:34:12.308578"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.309984"], ["updated_at", "2015-02-20 21:34:12.309984"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.310902"], ["updated_at", "2015-02-20 21:34:12.310902"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.311713"], ["updated_at", "2015-02-20 21:34:12.311713"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.312506"], ["updated_at", "2015-02-20 21:34:12.312506"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.313266"], ["updated_at", "2015-02-20 21:34:12.313266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.314054"], ["updated_at", "2015-02-20 21:34:12.314054"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.314858"], ["updated_at", "2015-02-20 21:34:12.314858"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:34:12.315643"], ["updated_at", "2015-02-20 21:34:12.315643"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["name_default", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:34:12.320460"], ["updated_at", "2015-02-20 21:34:12.320460"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.321397"], ["updated_at", "2015-02-20 21:34:12.321397"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.322187"], ["updated_at", "2015-02-20 21:34:12.322187"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.322930"], ["updated_at", "2015-02-20 21:34:12.322930"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.323648"], ["updated_at", "2015-02-20 21:34:12.323648"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.324363"], ["updated_at", "2015-02-20 21:34:12.324363"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.325043"], ["updated_at", "2015-02-20 21:34:12.325043"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.325726"], ["updated_at", "2015-02-20 21:34:12.325726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:34:12.326421"], ["updated_at", "2015-02-20 21:34:12.326421"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["name_default", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:34:12.330022"], ["updated_at", "2015-02-20 21:34:12.330022"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.330983"], ["updated_at", "2015-02-20 21:34:12.330983"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.331965"], ["updated_at", "2015-02-20 21:34:12.331965"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.333018"], ["updated_at", "2015-02-20 21:34:12.333018"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.333895"], ["updated_at", "2015-02-20 21:34:12.333895"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.334731"], ["updated_at", "2015-02-20 21:34:12.334731"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.335531"], ["updated_at", "2015-02-20 21:34:12.335531"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.336341"], ["updated_at", "2015-02-20 21:34:12.336341"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:34:12.337123"], ["updated_at", "2015-02-20 21:34:12.337123"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["name_default", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:34:12.341077"], ["updated_at", "2015-02-20 21:34:12.341077"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.342206"], ["updated_at", "2015-02-20 21:34:12.342206"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.343259"], ["updated_at", "2015-02-20 21:34:12.343259"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.344084"], ["updated_at", "2015-02-20 21:34:12.344084"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.344867"], ["updated_at", "2015-02-20 21:34:12.344867"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.345628"], ["updated_at", "2015-02-20 21:34:12.345628"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.346398"], ["updated_at", "2015-02-20 21:34:12.346398"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.347177"], ["updated_at", "2015-02-20 21:34:12.347177"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:34:12.347972"], ["updated_at", "2015-02-20 21:34:12.347972"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["name_default", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:34:12.352416"], ["updated_at", "2015-02-20 21:34:12.352416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.353545"], ["updated_at", "2015-02-20 21:34:12.353545"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.354402"], ["updated_at", "2015-02-20 21:34:12.354402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.355313"], ["updated_at", "2015-02-20 21:34:12.355313"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.356182"], ["updated_at", "2015-02-20 21:34:12.356182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.356861"], ["updated_at", "2015-02-20 21:34:12.356861"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.357643"], ["updated_at", "2015-02-20 21:34:12.357643"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.358335"], ["updated_at", "2015-02-20 21:34:12.358335"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:34:12.359024"], ["updated_at", "2015-02-20 21:34:12.359024"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["name_default", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:34:12.362746"], ["updated_at", "2015-02-20 21:34:12.362746"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.363470"], ["updated_at", "2015-02-20 21:34:12.363470"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.364185"], ["updated_at", "2015-02-20 21:34:12.364185"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.364871"], ["updated_at", "2015-02-20 21:34:12.364871"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.365542"], ["updated_at", "2015-02-20 21:34:12.365542"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.366233"], ["updated_at", "2015-02-20 21:34:12.366233"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.366949"], ["updated_at", "2015-02-20 21:34:12.366949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.367660"], ["updated_at", "2015-02-20 21:34:12.367660"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:34:12.368393"], ["updated_at", "2015-02-20 21:34:12.368393"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["name_default", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:34:12.372056"], ["updated_at", "2015-02-20 21:34:12.372056"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.373059"], ["updated_at", "2015-02-20 21:34:12.373059"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.374075"], ["updated_at", "2015-02-20 21:34:12.374075"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.374989"], ["updated_at", "2015-02-20 21:34:12.374989"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.375824"], ["updated_at", "2015-02-20 21:34:12.375824"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.376643"], ["updated_at", "2015-02-20 21:34:12.376643"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.377422"], ["updated_at", "2015-02-20 21:34:12.377422"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.378210"], ["updated_at", "2015-02-20 21:34:12.378210"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:34:12.378950"], ["updated_at", "2015-02-20 21:34:12.378950"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["name_default", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:34:12.382757"], ["updated_at", "2015-02-20 21:34:12.382757"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.383499"], ["updated_at", "2015-02-20 21:34:12.383499"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.384223"], ["updated_at", "2015-02-20 21:34:12.384223"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.384908"], ["updated_at", "2015-02-20 21:34:12.384908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.385569"], ["updated_at", "2015-02-20 21:34:12.385569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.386246"], ["updated_at", "2015-02-20 21:34:12.386246"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.386941"], ["updated_at", "2015-02-20 21:34:12.386941"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.387612"], ["updated_at", "2015-02-20 21:34:12.387612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:34:12.388326"], ["updated_at", "2015-02-20 21:34:12.388326"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["name_default", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:34:12.393121"], ["updated_at", "2015-02-20 21:34:12.393121"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.394057"], ["updated_at", "2015-02-20 21:34:12.394057"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.394921"], ["updated_at", "2015-02-20 21:34:12.394921"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.395761"], ["updated_at", "2015-02-20 21:34:12.395761"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.396694"], ["updated_at", "2015-02-20 21:34:12.396694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.397624"], ["updated_at", "2015-02-20 21:34:12.397624"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.398551"], ["updated_at", "2015-02-20 21:34:12.398551"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.399348"], ["updated_at", "2015-02-20 21:34:12.399348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:34:12.400153"], ["updated_at", "2015-02-20 21:34:12.400153"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["name_default", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:34:12.404612"], ["updated_at", "2015-02-20 21:34:12.404612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.405465"], ["updated_at", "2015-02-20 21:34:12.405465"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.406242"], ["updated_at", "2015-02-20 21:34:12.406242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.406967"], ["updated_at", "2015-02-20 21:34:12.406967"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.407704"], ["updated_at", "2015-02-20 21:34:12.407704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.408411"], ["updated_at", "2015-02-20 21:34:12.408411"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.409091"], ["updated_at", "2015-02-20 21:34:12.409091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.409762"], ["updated_at", "2015-02-20 21:34:12.409762"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:34:12.410436"], ["updated_at", "2015-02-20 21:34:12.410436"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["name_default", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:34:12.414037"], ["updated_at", "2015-02-20 21:34:12.414037"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.414964"], ["updated_at", "2015-02-20 21:34:12.414964"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.415951"], ["updated_at", "2015-02-20 21:34:12.415951"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.416883"], ["updated_at", "2015-02-20 21:34:12.416883"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.417798"], ["updated_at", "2015-02-20 21:34:12.417798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.418631"], ["updated_at", "2015-02-20 21:34:12.418631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.419427"], ["updated_at", "2015-02-20 21:34:12.419427"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.420228"], ["updated_at", "2015-02-20 21:34:12.420228"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:34:12.421033"], ["updated_at", "2015-02-20 21:34:12.421033"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["name_default", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:34:12.425675"], ["updated_at", "2015-02-20 21:34:12.425675"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.426609"], ["updated_at", "2015-02-20 21:34:12.426609"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.427493"], ["updated_at", "2015-02-20 21:34:12.427493"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.428251"], ["updated_at", "2015-02-20 21:34:12.428251"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.429046"], ["updated_at", "2015-02-20 21:34:12.429046"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.429851"], ["updated_at", "2015-02-20 21:34:12.429851"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.430645"], ["updated_at", "2015-02-20 21:34:12.430645"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.431526"], ["updated_at", "2015-02-20 21:34:12.431526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:34:12.432477"], ["updated_at", "2015-02-20 21:34:12.432477"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["name_default", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:34:12.437158"], ["updated_at", "2015-02-20 21:34:12.437158"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.438017"], ["updated_at", "2015-02-20 21:34:12.438017"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.439089"], ["updated_at", "2015-02-20 21:34:12.439089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.439791"], ["updated_at", "2015-02-20 21:34:12.439791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.440475"], ["updated_at", "2015-02-20 21:34:12.440475"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.441158"], ["updated_at", "2015-02-20 21:34:12.441158"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.441828"], ["updated_at", "2015-02-20 21:34:12.441828"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.442511"], ["updated_at", "2015-02-20 21:34:12.442511"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:34:12.443214"], ["updated_at", "2015-02-20 21:34:12.443214"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["name_default", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:34:12.446886"], ["updated_at", "2015-02-20 21:34:12.446886"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.447617"], ["updated_at", "2015-02-20 21:34:12.447617"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.448328"], ["updated_at", "2015-02-20 21:34:12.448328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.449007"], ["updated_at", "2015-02-20 21:34:12.449007"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.449675"], ["updated_at", "2015-02-20 21:34:12.449675"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.450395"], ["updated_at", "2015-02-20 21:34:12.450395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.451058"], ["updated_at", "2015-02-20 21:34:12.451058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.451715"], ["updated_at", "2015-02-20 21:34:12.451715"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:34:12.452410"], ["updated_at", "2015-02-20 21:34:12.452410"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["name_default", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:34:12.456549"], ["updated_at", "2015-02-20 21:34:12.456549"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.457311"], ["updated_at", "2015-02-20 21:34:12.457311"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.458013"], ["updated_at", "2015-02-20 21:34:12.458013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.458754"], ["updated_at", "2015-02-20 21:34:12.458754"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.459434"], ["updated_at", "2015-02-20 21:34:12.459434"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.460093"], ["updated_at", "2015-02-20 21:34:12.460093"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.460764"], ["updated_at", "2015-02-20 21:34:12.460764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.461434"], ["updated_at", "2015-02-20 21:34:12.461434"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:34:12.462110"], ["updated_at", "2015-02-20 21:34:12.462110"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["name_default", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:34:12.466142"], ["updated_at", "2015-02-20 21:34:12.466142"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.467314"], ["updated_at", "2015-02-20 21:34:12.467314"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.468329"], ["updated_at", "2015-02-20 21:34:12.468329"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.469161"], ["updated_at", "2015-02-20 21:34:12.469161"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.469999"], ["updated_at", "2015-02-20 21:34:12.469999"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.470787"], ["updated_at", "2015-02-20 21:34:12.470787"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.471562"], ["updated_at", "2015-02-20 21:34:12.471562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.472267"], ["updated_at", "2015-02-20 21:34:12.472267"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:34:12.473038"], ["updated_at", "2015-02-20 21:34:12.473038"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["name_default", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:34:12.476957"], ["updated_at", "2015-02-20 21:34:12.476957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.477697"], ["updated_at", "2015-02-20 21:34:12.477697"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.478461"], ["updated_at", "2015-02-20 21:34:12.478461"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.479129"], ["updated_at", "2015-02-20 21:34:12.479129"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.480081"], ["updated_at", "2015-02-20 21:34:12.480081"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.480772"], ["updated_at", "2015-02-20 21:34:12.480772"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.481486"], ["updated_at", "2015-02-20 21:34:12.481486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.482232"], ["updated_at", "2015-02-20 21:34:12.482232"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:34:12.482899"], ["updated_at", "2015-02-20 21:34:12.482899"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["name_default", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:34:12.487763"], ["updated_at", "2015-02-20 21:34:12.487763"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.488760"], ["updated_at", "2015-02-20 21:34:12.488760"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.489621"], ["updated_at", "2015-02-20 21:34:12.489621"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.490413"], ["updated_at", "2015-02-20 21:34:12.490413"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.491608"], ["updated_at", "2015-02-20 21:34:12.491608"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.492473"], ["updated_at", "2015-02-20 21:34:12.492473"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.502066"], ["updated_at", "2015-02-20 21:34:12.502066"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.502880"], ["updated_at", "2015-02-20 21:34:12.502880"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:34:12.503644"], ["updated_at", "2015-02-20 21:34:12.503644"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["name_default", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:34:12.507592"], ["updated_at", "2015-02-20 21:34:12.507592"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.508364"], ["updated_at", "2015-02-20 21:34:12.508364"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.509231"], ["updated_at", "2015-02-20 21:34:12.509231"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.510069"], ["updated_at", "2015-02-20 21:34:12.510069"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.510947"], ["updated_at", "2015-02-20 21:34:12.510947"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.511789"], ["updated_at", "2015-02-20 21:34:12.511789"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.512580"], ["updated_at", "2015-02-20 21:34:12.512580"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.513327"], ["updated_at", "2015-02-20 21:34:12.513327"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:34:12.514095"], ["updated_at", "2015-02-20 21:34:12.514095"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["name_default", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:34:12.518071"], ["updated_at", "2015-02-20 21:34:12.518071"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.518843"], ["updated_at", "2015-02-20 21:34:12.518843"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.519567"], ["updated_at", "2015-02-20 21:34:12.519567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.520223"], ["updated_at", "2015-02-20 21:34:12.520223"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.520906"], ["updated_at", "2015-02-20 21:34:12.520906"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.521561"], ["updated_at", "2015-02-20 21:34:12.521561"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.522246"], ["updated_at", "2015-02-20 21:34:12.522246"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.522901"], ["updated_at", "2015-02-20 21:34:12.522901"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:34:12.523643"], ["updated_at", "2015-02-20 21:34:12.523643"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["name_default", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:34:12.528497"], ["updated_at", "2015-02-20 21:34:12.528497"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.529350"], ["updated_at", "2015-02-20 21:34:12.529350"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.530147"], ["updated_at", "2015-02-20 21:34:12.530147"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.530871"], ["updated_at", "2015-02-20 21:34:12.530871"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.531678"], ["updated_at", "2015-02-20 21:34:12.531678"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.532401"], ["updated_at", "2015-02-20 21:34:12.532401"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.533110"], ["updated_at", "2015-02-20 21:34:12.533110"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.533852"], ["updated_at", "2015-02-20 21:34:12.533852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:34:12.534556"], ["updated_at", "2015-02-20 21:34:12.534556"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["name_default", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:34:12.538473"], ["updated_at", "2015-02-20 21:34:12.538473"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.539259"], ["updated_at", "2015-02-20 21:34:12.539259"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.540010"], ["updated_at", "2015-02-20 21:34:12.540010"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.540682"], ["updated_at", "2015-02-20 21:34:12.540682"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.541374"], ["updated_at", "2015-02-20 21:34:12.541374"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.542046"], ["updated_at", "2015-02-20 21:34:12.542046"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.542698"], ["updated_at", "2015-02-20 21:34:12.542698"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.543366"], ["updated_at", "2015-02-20 21:34:12.543366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:34:12.544021"], ["updated_at", "2015-02-20 21:34:12.544021"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["name_default", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:34:12.547690"], ["updated_at", "2015-02-20 21:34:12.547690"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.548396"], ["updated_at", "2015-02-20 21:34:12.548396"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.549076"], ["updated_at", "2015-02-20 21:34:12.549076"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.549758"], ["updated_at", "2015-02-20 21:34:12.549758"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.550501"], ["updated_at", "2015-02-20 21:34:12.550501"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.551237"], ["updated_at", "2015-02-20 21:34:12.551237"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.551965"], ["updated_at", "2015-02-20 21:34:12.551965"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.552730"], ["updated_at", "2015-02-20 21:34:12.552730"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:34:12.553429"], ["updated_at", "2015-02-20 21:34:12.553429"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "name_default", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["name_default", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:34:12.557464"], ["updated_at", "2015-02-20 21:34:12.557464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.558289"], ["updated_at", "2015-02-20 21:34:12.558289"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.558995"], ["updated_at", "2015-02-20 21:34:12.558995"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.559767"], ["updated_at", "2015-02-20 21:34:12.559767"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.560436"], ["updated_at", "2015-02-20 21:34:12.560436"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.561169"], ["updated_at", "2015-02-20 21:34:12.561169"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.561834"], ["updated_at", "2015-02-20 21:34:12.561834"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.562529"], ["updated_at", "2015-02-20 21:34:12.562529"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:34:12.563196"], ["updated_at", "2015-02-20 21:34:12.563196"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220213408_add_magic_addresses.rb:89)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220213408_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.2ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.2ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150220213408_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.1ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220213408"]]  (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_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (1.7ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.7ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.6ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_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_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_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_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_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_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (1.0ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220213408')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220213554)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220213554_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.8ms) rollback transaction  (1.9ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.9ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.9ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.9ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.7ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_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_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.8ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name_default" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220213408')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150220213713)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220213713_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["default_name", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:37:17.995117"], ["updated_at", "2015-02-20 21:37:17.995117"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.001213"], ["updated_at", "2015-02-20 21:37:18.001213"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.002258"], ["updated_at", "2015-02-20 21:37:18.002258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.002990"], ["updated_at", "2015-02-20 21:37:18.002990"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.003979"], ["updated_at", "2015-02-20 21:37:18.003979"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.005309"], ["updated_at", "2015-02-20 21:37:18.005309"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.006532"], ["updated_at", "2015-02-20 21:37:18.006532"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.007770"], ["updated_at", "2015-02-20 21:37:18.007770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:37:18.008560"], ["updated_at", "2015-02-20 21:37:18.008560"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["default_name", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:37:18.012484"], ["updated_at", "2015-02-20 21:37:18.012484"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.013227"], ["updated_at", "2015-02-20 21:37:18.013227"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.013949"], ["updated_at", "2015-02-20 21:37:18.013949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.014626"], ["updated_at", "2015-02-20 21:37:18.014626"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.015307"], ["updated_at", "2015-02-20 21:37:18.015307"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.015996"], ["updated_at", "2015-02-20 21:37:18.015996"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.016692"], ["updated_at", "2015-02-20 21:37:18.016692"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.017352"], ["updated_at", "2015-02-20 21:37:18.017352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:37:18.018089"], ["updated_at", "2015-02-20 21:37:18.018089"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["default_name", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:37:18.021878"], ["updated_at", "2015-02-20 21:37:18.021878"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.022881"], ["updated_at", "2015-02-20 21:37:18.022881"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.023759"], ["updated_at", "2015-02-20 21:37:18.023759"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.024592"], ["updated_at", "2015-02-20 21:37:18.024592"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.025340"], ["updated_at", "2015-02-20 21:37:18.025340"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.026032"], ["updated_at", "2015-02-20 21:37:18.026032"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.026737"], ["updated_at", "2015-02-20 21:37:18.026737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.027418"], ["updated_at", "2015-02-20 21:37:18.027418"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:37:18.028157"], ["updated_at", "2015-02-20 21:37:18.028157"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["default_name", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:37:18.032211"], ["updated_at", "2015-02-20 21:37:18.032211"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.033036"], ["updated_at", "2015-02-20 21:37:18.033036"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.033808"], ["updated_at", "2015-02-20 21:37:18.033808"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.034473"], ["updated_at", "2015-02-20 21:37:18.034473"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.035186"], ["updated_at", "2015-02-20 21:37:18.035186"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.035894"], ["updated_at", "2015-02-20 21:37:18.035894"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.036575"], ["updated_at", "2015-02-20 21:37:18.036575"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.037237"], ["updated_at", "2015-02-20 21:37:18.037237"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:37:18.037923"], ["updated_at", "2015-02-20 21:37:18.037923"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["default_name", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:37:18.041888"], ["updated_at", "2015-02-20 21:37:18.041888"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.042610"], ["updated_at", "2015-02-20 21:37:18.042610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.043373"], ["updated_at", "2015-02-20 21:37:18.043373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.044073"], ["updated_at", "2015-02-20 21:37:18.044073"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.044905"], ["updated_at", "2015-02-20 21:37:18.044905"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.047232"], ["updated_at", "2015-02-20 21:37:18.047232"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.048822"], ["updated_at", "2015-02-20 21:37:18.048822"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.049852"], ["updated_at", "2015-02-20 21:37:18.049852"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:37:18.050806"], ["updated_at", "2015-02-20 21:37:18.050806"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:37:18.056750"], ["updated_at", "2015-02-20 21:37:18.056750"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.057826"], ["updated_at", "2015-02-20 21:37:18.057826"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.058690"], ["updated_at", "2015-02-20 21:37:18.058690"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.059408"], ["updated_at", "2015-02-20 21:37:18.059408"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.060323"], ["updated_at", "2015-02-20 21:37:18.060323"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.061348"], ["updated_at", "2015-02-20 21:37:18.061348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.062299"], ["updated_at", "2015-02-20 21:37:18.062299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.063201"], ["updated_at", "2015-02-20 21:37:18.063201"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:37:18.064154"], ["updated_at", "2015-02-20 21:37:18.064154"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["default_name", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:37:18.068437"], ["updated_at", "2015-02-20 21:37:18.068437"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.069300"], ["updated_at", "2015-02-20 21:37:18.069300"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.070195"], ["updated_at", "2015-02-20 21:37:18.070195"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.070941"], ["updated_at", "2015-02-20 21:37:18.070941"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.071684"], ["updated_at", "2015-02-20 21:37:18.071684"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.072432"], ["updated_at", "2015-02-20 21:37:18.072432"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.073110"], ["updated_at", "2015-02-20 21:37:18.073110"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.073813"], ["updated_at", "2015-02-20 21:37:18.073813"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:37:18.074509"], ["updated_at", "2015-02-20 21:37:18.074509"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["default_name", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:37:18.078506"], ["updated_at", "2015-02-20 21:37:18.078506"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.079350"], ["updated_at", "2015-02-20 21:37:18.079350"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.080114"], ["updated_at", "2015-02-20 21:37:18.080114"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.080794"], ["updated_at", "2015-02-20 21:37:18.080794"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.081455"], ["updated_at", "2015-02-20 21:37:18.081455"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.082118"], ["updated_at", "2015-02-20 21:37:18.082118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.082788"], ["updated_at", "2015-02-20 21:37:18.082788"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.083556"], ["updated_at", "2015-02-20 21:37:18.083556"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:37:18.084293"], ["updated_at", "2015-02-20 21:37:18.084293"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["default_name", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:37:18.088116"], ["updated_at", "2015-02-20 21:37:18.088116"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.088996"], ["updated_at", "2015-02-20 21:37:18.088996"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.089872"], ["updated_at", "2015-02-20 21:37:18.089872"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.090667"], ["updated_at", "2015-02-20 21:37:18.090667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.091536"], ["updated_at", "2015-02-20 21:37:18.091536"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.092381"], ["updated_at", "2015-02-20 21:37:18.092381"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.093089"], ["updated_at", "2015-02-20 21:37:18.093089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.093781"], ["updated_at", "2015-02-20 21:37:18.093781"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:37:18.094487"], ["updated_at", "2015-02-20 21:37:18.094487"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["default_name", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:37:18.100579"], ["updated_at", "2015-02-20 21:37:18.100579"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.101645"], ["updated_at", "2015-02-20 21:37:18.101645"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.102444"], ["updated_at", "2015-02-20 21:37:18.102444"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.103154"], ["updated_at", "2015-02-20 21:37:18.103154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.103879"], ["updated_at", "2015-02-20 21:37:18.103879"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.104737"], ["updated_at", "2015-02-20 21:37:18.104737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.105633"], ["updated_at", "2015-02-20 21:37:18.105633"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.106533"], ["updated_at", "2015-02-20 21:37:18.106533"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:37:18.107309"], ["updated_at", "2015-02-20 21:37:18.107309"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["default_name", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:37:18.111279"], ["updated_at", "2015-02-20 21:37:18.111279"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.112074"], ["updated_at", "2015-02-20 21:37:18.112074"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.112817"], ["updated_at", "2015-02-20 21:37:18.112817"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.113559"], ["updated_at", "2015-02-20 21:37:18.113559"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.114407"], ["updated_at", "2015-02-20 21:37:18.114407"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.115321"], ["updated_at", "2015-02-20 21:37:18.115321"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.116139"], ["updated_at", "2015-02-20 21:37:18.116139"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.116963"], ["updated_at", "2015-02-20 21:37:18.116963"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:37:18.117707"], ["updated_at", "2015-02-20 21:37:18.117707"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["default_name", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:37:18.121628"], ["updated_at", "2015-02-20 21:37:18.121628"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.122458"], ["updated_at", "2015-02-20 21:37:18.122458"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.123242"], ["updated_at", "2015-02-20 21:37:18.123242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.123956"], ["updated_at", "2015-02-20 21:37:18.123956"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.124729"], ["updated_at", "2015-02-20 21:37:18.124729"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.125458"], ["updated_at", "2015-02-20 21:37:18.125458"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.126134"], ["updated_at", "2015-02-20 21:37:18.126134"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.126823"], ["updated_at", "2015-02-20 21:37:18.126823"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:37:18.127575"], ["updated_at", "2015-02-20 21:37:18.127575"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["default_name", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:37:18.131747"], ["updated_at", "2015-02-20 21:37:18.131747"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.132589"], ["updated_at", "2015-02-20 21:37:18.132589"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.133357"], ["updated_at", "2015-02-20 21:37:18.133357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.134127"], ["updated_at", "2015-02-20 21:37:18.134127"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.135002"], ["updated_at", "2015-02-20 21:37:18.135002"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.135839"], ["updated_at", "2015-02-20 21:37:18.135839"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.136583"], ["updated_at", "2015-02-20 21:37:18.136583"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.137334"], ["updated_at", "2015-02-20 21:37:18.137334"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:37:18.138086"], ["updated_at", "2015-02-20 21:37:18.138086"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["default_name", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:37:18.141915"], ["updated_at", "2015-02-20 21:37:18.141915"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.142689"], ["updated_at", "2015-02-20 21:37:18.142689"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.143402"], ["updated_at", "2015-02-20 21:37:18.143402"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.144163"], ["updated_at", "2015-02-20 21:37:18.144163"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.145045"], ["updated_at", "2015-02-20 21:37:18.145045"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.145783"], ["updated_at", "2015-02-20 21:37:18.145783"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.146537"], ["updated_at", "2015-02-20 21:37:18.146537"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.147213"], ["updated_at", "2015-02-20 21:37:18.147213"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:37:18.147907"], ["updated_at", "2015-02-20 21:37:18.147907"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["default_name", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:37:18.151707"], ["updated_at", "2015-02-20 21:37:18.151707"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.152482"], ["updated_at", "2015-02-20 21:37:18.152482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.153204"], ["updated_at", "2015-02-20 21:37:18.153204"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.153881"], ["updated_at", "2015-02-20 21:37:18.153881"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.154557"], ["updated_at", "2015-02-20 21:37:18.154557"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.155214"], ["updated_at", "2015-02-20 21:37:18.155214"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.155916"], ["updated_at", "2015-02-20 21:37:18.155916"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.156597"], ["updated_at", "2015-02-20 21:37:18.156597"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:37:18.157310"], ["updated_at", "2015-02-20 21:37:18.157310"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["default_name", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:37:18.161205"], ["updated_at", "2015-02-20 21:37:18.161205"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.162089"], ["updated_at", "2015-02-20 21:37:18.162089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.162875"], ["updated_at", "2015-02-20 21:37:18.162875"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.163557"], ["updated_at", "2015-02-20 21:37:18.163557"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.164264"], ["updated_at", "2015-02-20 21:37:18.164264"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.165013"], ["updated_at", "2015-02-20 21:37:18.165013"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.165771"], ["updated_at", "2015-02-20 21:37:18.165771"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.166530"], ["updated_at", "2015-02-20 21:37:18.166530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:37:18.167257"], ["updated_at", "2015-02-20 21:37:18.167257"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["default_name", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:37:18.171027"], ["updated_at", "2015-02-20 21:37:18.171027"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.171817"], ["updated_at", "2015-02-20 21:37:18.171817"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.172547"], ["updated_at", "2015-02-20 21:37:18.172547"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.173204"], ["updated_at", "2015-02-20 21:37:18.173204"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.173857"], ["updated_at", "2015-02-20 21:37:18.173857"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.174532"], ["updated_at", "2015-02-20 21:37:18.174532"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.175200"], ["updated_at", "2015-02-20 21:37:18.175200"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.175874"], ["updated_at", "2015-02-20 21:37:18.175874"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:37:18.176657"], ["updated_at", "2015-02-20 21:37:18.176657"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["default_name", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:37:18.181454"], ["updated_at", "2015-02-20 21:37:18.181454"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.182347"], ["updated_at", "2015-02-20 21:37:18.182347"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.183117"], ["updated_at", "2015-02-20 21:37:18.183117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.183832"], ["updated_at", "2015-02-20 21:37:18.183832"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.184543"], ["updated_at", "2015-02-20 21:37:18.184543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.185267"], ["updated_at", "2015-02-20 21:37:18.185267"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.186039"], ["updated_at", "2015-02-20 21:37:18.186039"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.186959"], ["updated_at", "2015-02-20 21:37:18.186959"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:37:18.187693"], ["updated_at", "2015-02-20 21:37:18.187693"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["default_name", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:37:18.191551"], ["updated_at", "2015-02-20 21:37:18.191551"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.192368"], ["updated_at", "2015-02-20 21:37:18.192368"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.193090"], ["updated_at", "2015-02-20 21:37:18.193090"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.193850"], ["updated_at", "2015-02-20 21:37:18.193850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.194673"], ["updated_at", "2015-02-20 21:37:18.194673"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.195340"], ["updated_at", "2015-02-20 21:37:18.195340"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.196005"], ["updated_at", "2015-02-20 21:37:18.196005"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.196666"], ["updated_at", "2015-02-20 21:37:18.196666"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:37:18.197334"], ["updated_at", "2015-02-20 21:37:18.197334"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["default_name", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:37:18.200993"], ["updated_at", "2015-02-20 21:37:18.200993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.201808"], ["updated_at", "2015-02-20 21:37:18.201808"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.202501"], ["updated_at", "2015-02-20 21:37:18.202501"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.203298"], ["updated_at", "2015-02-20 21:37:18.203298"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.204029"], ["updated_at", "2015-02-20 21:37:18.204029"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.204763"], ["updated_at", "2015-02-20 21:37:18.204763"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.205607"], ["updated_at", "2015-02-20 21:37:18.205607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.206364"], ["updated_at", "2015-02-20 21:37:18.206364"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:37:18.207134"], ["updated_at", "2015-02-20 21:37:18.207134"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["default_name", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:37:18.211119"], ["updated_at", "2015-02-20 21:37:18.211119"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.211886"], ["updated_at", "2015-02-20 21:37:18.211886"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.212670"], ["updated_at", "2015-02-20 21:37:18.212670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.213400"], ["updated_at", "2015-02-20 21:37:18.213400"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.214119"], ["updated_at", "2015-02-20 21:37:18.214119"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.214774"], ["updated_at", "2015-02-20 21:37:18.214774"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.215572"], ["updated_at", "2015-02-20 21:37:18.215572"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.216283"], ["updated_at", "2015-02-20 21:37:18.216283"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:37:18.217073"], ["updated_at", "2015-02-20 21:37:18.217073"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["default_name", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:37:18.220805"], ["updated_at", "2015-02-20 21:37:18.220805"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.221530"], ["updated_at", "2015-02-20 21:37:18.221530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.222266"], ["updated_at", "2015-02-20 21:37:18.222266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.222971"], ["updated_at", "2015-02-20 21:37:18.222971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.223723"], ["updated_at", "2015-02-20 21:37:18.223723"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.224436"], ["updated_at", "2015-02-20 21:37:18.224436"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.225122"], ["updated_at", "2015-02-20 21:37:18.225122"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.225797"], ["updated_at", "2015-02-20 21:37:18.225797"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:37:18.226456"], ["updated_at", "2015-02-20 21:37:18.226456"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["default_name", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:37:18.231600"], ["updated_at", "2015-02-20 21:37:18.231600"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.232901"], ["updated_at", "2015-02-20 21:37:18.232901"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.233719"], ["updated_at", "2015-02-20 21:37:18.233719"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.234496"], ["updated_at", "2015-02-20 21:37:18.234496"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.235246"], ["updated_at", "2015-02-20 21:37:18.235246"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.236008"], ["updated_at", "2015-02-20 21:37:18.236008"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.236726"], ["updated_at", "2015-02-20 21:37:18.236726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.237616"], ["updated_at", "2015-02-20 21:37:18.237616"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:37:18.238347"], ["updated_at", "2015-02-20 21:37:18.238347"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["default_name", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:37:18.242342"], ["updated_at", "2015-02-20 21:37:18.242342"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.243170"], ["updated_at", "2015-02-20 21:37:18.243170"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.243887"], ["updated_at", "2015-02-20 21:37:18.243887"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.244612"], ["updated_at", "2015-02-20 21:37:18.244612"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.245394"], ["updated_at", "2015-02-20 21:37:18.245394"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.246182"], ["updated_at", "2015-02-20 21:37:18.246182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.246891"], ["updated_at", "2015-02-20 21:37:18.246891"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.247646"], ["updated_at", "2015-02-20 21:37:18.247646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:37:18.248379"], ["updated_at", "2015-02-20 21:37:18.248379"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["default_name", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:37:18.252351"], ["updated_at", "2015-02-20 21:37:18.252351"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.253270"], ["updated_at", "2015-02-20 21:37:18.253270"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.254067"], ["updated_at", "2015-02-20 21:37:18.254067"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.254809"], ["updated_at", "2015-02-20 21:37:18.254809"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.255507"], ["updated_at", "2015-02-20 21:37:18.255507"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.256257"], ["updated_at", "2015-02-20 21:37:18.256257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.257068"], ["updated_at", "2015-02-20 21:37:18.257068"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.257728"], ["updated_at", "2015-02-20 21:37:18.257728"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:37:18.258398"], ["updated_at", "2015-02-20 21:37:18.258398"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["default_name", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:37:18.262720"], ["updated_at", "2015-02-20 21:37:18.262720"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.263923"], ["updated_at", "2015-02-20 21:37:18.263923"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.264742"], ["updated_at", "2015-02-20 21:37:18.264742"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.265499"], ["updated_at", "2015-02-20 21:37:18.265499"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.266248"], ["updated_at", "2015-02-20 21:37:18.266248"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.266974"], ["updated_at", "2015-02-20 21:37:18.266974"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.267705"], ["updated_at", "2015-02-20 21:37:18.267705"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.268415"], ["updated_at", "2015-02-20 21:37:18.268415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:37:18.269146"], ["updated_at", "2015-02-20 21:37:18.269146"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["default_name", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:37:18.273097"], ["updated_at", "2015-02-20 21:37:18.273097"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.273996"], ["updated_at", "2015-02-20 21:37:18.273996"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.274711"], ["updated_at", "2015-02-20 21:37:18.274711"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.275382"], ["updated_at", "2015-02-20 21:37:18.275382"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.276058"], ["updated_at", "2015-02-20 21:37:18.276058"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.276724"], ["updated_at", "2015-02-20 21:37:18.276724"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.277388"], ["updated_at", "2015-02-20 21:37:18.277388"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.278091"], ["updated_at", "2015-02-20 21:37:18.278091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:37:18.278750"], ["updated_at", "2015-02-20 21:37:18.278750"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["default_name", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:37:18.282382"], ["updated_at", "2015-02-20 21:37:18.282382"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.283092"], ["updated_at", "2015-02-20 21:37:18.283092"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.283783"], ["updated_at", "2015-02-20 21:37:18.283783"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.284457"], ["updated_at", "2015-02-20 21:37:18.284457"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.285163"], ["updated_at", "2015-02-20 21:37:18.285163"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.285830"], ["updated_at", "2015-02-20 21:37:18.285830"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.286494"], ["updated_at", "2015-02-20 21:37:18.286494"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.287219"], ["updated_at", "2015-02-20 21:37:18.287219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:37:18.287945"], ["updated_at", "2015-02-20 21:37:18.287945"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["default_name", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:37:18.292133"], ["updated_at", "2015-02-20 21:37:18.292133"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.293023"], ["updated_at", "2015-02-20 21:37:18.293023"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.293846"], ["updated_at", "2015-02-20 21:37:18.293846"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.294856"], ["updated_at", "2015-02-20 21:37:18.294856"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.295709"], ["updated_at", "2015-02-20 21:37:18.295709"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.296472"], ["updated_at", "2015-02-20 21:37:18.296472"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.297229"], ["updated_at", "2015-02-20 21:37:18.297229"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.297966"], ["updated_at", "2015-02-20 21:37:18.297966"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:37:18.298660"], ["updated_at", "2015-02-20 21:37:18.298660"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["default_name", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:37:18.302425"], ["updated_at", "2015-02-20 21:37:18.302425"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.303162"], ["updated_at", "2015-02-20 21:37:18.303162"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.303853"], ["updated_at", "2015-02-20 21:37:18.303853"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.304528"], ["updated_at", "2015-02-20 21:37:18.304528"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.305189"], ["updated_at", "2015-02-20 21:37:18.305189"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.305889"], ["updated_at", "2015-02-20 21:37:18.305889"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.316693"], ["updated_at", "2015-02-20 21:37:18.316693"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.317646"], ["updated_at", "2015-02-20 21:37:18.317646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:37:18.318423"], ["updated_at", "2015-02-20 21:37:18.318423"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["default_name", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:37:18.322886"], ["updated_at", "2015-02-20 21:37:18.322886"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.323764"], ["updated_at", "2015-02-20 21:37:18.323764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.324611"], ["updated_at", "2015-02-20 21:37:18.324611"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.325346"], ["updated_at", "2015-02-20 21:37:18.325346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.326026"], ["updated_at", "2015-02-20 21:37:18.326026"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.326725"], ["updated_at", "2015-02-20 21:37:18.326725"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.327409"], ["updated_at", "2015-02-20 21:37:18.327409"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.328124"], ["updated_at", "2015-02-20 21:37:18.328124"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:37:18.328779"], ["updated_at", "2015-02-20 21:37:18.328779"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["default_name", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:37:18.332529"], ["updated_at", "2015-02-20 21:37:18.332529"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.333268"], ["updated_at", "2015-02-20 21:37:18.333268"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.334054"], ["updated_at", "2015-02-20 21:37:18.334054"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.334812"], ["updated_at", "2015-02-20 21:37:18.334812"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.335540"], ["updated_at", "2015-02-20 21:37:18.335540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.336395"], ["updated_at", "2015-02-20 21:37:18.336395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.337210"], ["updated_at", "2015-02-20 21:37:18.337210"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.338016"], ["updated_at", "2015-02-20 21:37:18.338016"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:37:18.338766"], ["updated_at", "2015-02-20 21:37:18.338766"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["default_name", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:37:18.342797"], ["updated_at", "2015-02-20 21:37:18.342797"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.343561"], ["updated_at", "2015-02-20 21:37:18.343561"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.344257"], ["updated_at", "2015-02-20 21:37:18.344257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.344985"], ["updated_at", "2015-02-20 21:37:18.344985"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.345908"], ["updated_at", "2015-02-20 21:37:18.345908"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.347037"], ["updated_at", "2015-02-20 21:37:18.347037"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.347959"], ["updated_at", "2015-02-20 21:37:18.347959"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.349023"], ["updated_at", "2015-02-20 21:37:18.349023"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:37:18.349904"], ["updated_at", "2015-02-20 21:37:18.349904"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["default_name", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:37:18.354189"], ["updated_at", "2015-02-20 21:37:18.354189"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.355052"], ["updated_at", "2015-02-20 21:37:18.355052"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.355855"], ["updated_at", "2015-02-20 21:37:18.355855"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.356560"], ["updated_at", "2015-02-20 21:37:18.356560"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.357348"], ["updated_at", "2015-02-20 21:37:18.357348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.358069"], ["updated_at", "2015-02-20 21:37:18.358069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.358779"], ["updated_at", "2015-02-20 21:37:18.358779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.359458"], ["updated_at", "2015-02-20 21:37:18.359458"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:37:18.360159"], ["updated_at", "2015-02-20 21:37:18.360159"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["default_name", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:37:18.363949"], ["updated_at", "2015-02-20 21:37:18.363949"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.364672"], ["updated_at", "2015-02-20 21:37:18.364672"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.365373"], ["updated_at", "2015-02-20 21:37:18.365373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.366037"], ["updated_at", "2015-02-20 21:37:18.366037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.366714"], ["updated_at", "2015-02-20 21:37:18.366714"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.367383"], ["updated_at", "2015-02-20 21:37:18.367383"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.368101"], ["updated_at", "2015-02-20 21:37:18.368101"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.368765"], ["updated_at", "2015-02-20 21:37:18.368765"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:37:18.369451"], ["updated_at", "2015-02-20 21:37:18.369451"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:37:18.373105"], ["updated_at", "2015-02-20 21:37:18.373105"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.373808"], ["updated_at", "2015-02-20 21:37:18.373808"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.374527"], ["updated_at", "2015-02-20 21:37:18.374527"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.375207"], ["updated_at", "2015-02-20 21:37:18.375207"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.375894"], ["updated_at", "2015-02-20 21:37:18.375894"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.376672"], ["updated_at", "2015-02-20 21:37:18.376672"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.377645"], ["updated_at", "2015-02-20 21:37:18.377645"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.378504"], ["updated_at", "2015-02-20 21:37:18.378504"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:37:18.379276"], ["updated_at", "2015-02-20 21:37:18.379276"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220213713_add_magic_addresses.rb:89)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.2ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220213713_add_magic_addresses.rb:107)  (0.2ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150220213713_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.2ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.1ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220213713"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (1.5ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_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_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_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_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_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_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.8ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (1.0ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (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.7ms) 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.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220213713')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.0ms) begin transaction  (0.2ms) 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", "20150213105831"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150220214543)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150220214543_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["default_name", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-20 21:45:49.353306"], ["updated_at", "2015-02-20 21:45:49.353306"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.356824"], ["updated_at", "2015-02-20 21:45:49.356824"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.357981"], ["updated_at", "2015-02-20 21:45:49.357981"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.358790"], ["updated_at", "2015-02-20 21:45:49.358790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.359569"], ["updated_at", "2015-02-20 21:45:49.359569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.360299"], ["updated_at", "2015-02-20 21:45:49.360299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.360998"], ["updated_at", "2015-02-20 21:45:49.360998"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.361700"], ["updated_at", "2015-02-20 21:45:49.361700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-20 21:45:49.362400"], ["updated_at", "2015-02-20 21:45:49.362400"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["default_name", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-20 21:45:49.366588"], ["updated_at", "2015-02-20 21:45:49.366588"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.367636"], ["updated_at", "2015-02-20 21:45:49.367636"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.369118"], ["updated_at", "2015-02-20 21:45:49.369118"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.370118"], ["updated_at", "2015-02-20 21:45:49.370118"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.371121"], ["updated_at", "2015-02-20 21:45:49.371121"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.372589"], ["updated_at", "2015-02-20 21:45:49.372589"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.373530"], ["updated_at", "2015-02-20 21:45:49.373530"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.374419"], ["updated_at", "2015-02-20 21:45:49.374419"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-20 21:45:49.375262"], ["updated_at", "2015-02-20 21:45:49.375262"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["default_name", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-20 21:45:49.379588"], ["updated_at", "2015-02-20 21:45:49.379588"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.380500"], ["updated_at", "2015-02-20 21:45:49.380500"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.381295"], ["updated_at", "2015-02-20 21:45:49.381295"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.382049"], ["updated_at", "2015-02-20 21:45:49.382049"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.382798"], ["updated_at", "2015-02-20 21:45:49.382798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.383568"], ["updated_at", "2015-02-20 21:45:49.383568"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.384231"], ["updated_at", "2015-02-20 21:45:49.384231"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.384890"], ["updated_at", "2015-02-20 21:45:49.384890"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-20 21:45:49.385583"], ["updated_at", "2015-02-20 21:45:49.385583"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["default_name", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-20 21:45:49.389773"], ["updated_at", "2015-02-20 21:45:49.389773"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.391068"], ["updated_at", "2015-02-20 21:45:49.391068"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.391933"], ["updated_at", "2015-02-20 21:45:49.391933"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.392700"], ["updated_at", "2015-02-20 21:45:49.392700"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.393444"], ["updated_at", "2015-02-20 21:45:49.393444"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.394140"], ["updated_at", "2015-02-20 21:45:49.394140"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.394886"], ["updated_at", "2015-02-20 21:45:49.394886"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.395595"], ["updated_at", "2015-02-20 21:45:49.395595"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-20 21:45:49.396976"], ["updated_at", "2015-02-20 21:45:49.396976"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["default_name", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-20 21:45:49.402184"], ["updated_at", "2015-02-20 21:45:49.402184"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.403063"], ["updated_at", "2015-02-20 21:45:49.403063"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.403845"], ["updated_at", "2015-02-20 21:45:49.403845"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.404522"], ["updated_at", "2015-02-20 21:45:49.404522"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.405209"], ["updated_at", "2015-02-20 21:45:49.405209"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.405864"], ["updated_at", "2015-02-20 21:45:49.405864"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.406528"], ["updated_at", "2015-02-20 21:45:49.406528"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.407186"], ["updated_at", "2015-02-20 21:45:49.407186"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-20 21:45:49.407840"], ["updated_at", "2015-02-20 21:45:49.407840"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-20 21:45:49.411503"], ["updated_at", "2015-02-20 21:45:49.411503"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.412240"], ["updated_at", "2015-02-20 21:45:49.412240"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.412993"], ["updated_at", "2015-02-20 21:45:49.412993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.413686"], ["updated_at", "2015-02-20 21:45:49.413686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.414352"], ["updated_at", "2015-02-20 21:45:49.414352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.415000"], ["updated_at", "2015-02-20 21:45:49.415000"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.415650"], ["updated_at", "2015-02-20 21:45:49.415650"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.416352"], ["updated_at", "2015-02-20 21:45:49.416352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-20 21:45:49.417105"], ["updated_at", "2015-02-20 21:45:49.417105"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["default_name", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-20 21:45:49.421294"], ["updated_at", "2015-02-20 21:45:49.421294"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.422205"], ["updated_at", "2015-02-20 21:45:49.422205"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.423023"], ["updated_at", "2015-02-20 21:45:49.423023"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.423770"], ["updated_at", "2015-02-20 21:45:49.423770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.424461"], ["updated_at", "2015-02-20 21:45:49.424461"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.425242"], ["updated_at", "2015-02-20 21:45:49.425242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.425936"], ["updated_at", "2015-02-20 21:45:49.425936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.426610"], ["updated_at", "2015-02-20 21:45:49.426610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-20 21:45:49.427265"], ["updated_at", "2015-02-20 21:45:49.427265"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["default_name", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-20 21:45:49.430963"], ["updated_at", "2015-02-20 21:45:49.430963"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.431766"], ["updated_at", "2015-02-20 21:45:49.431766"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.432457"], ["updated_at", "2015-02-20 21:45:49.432457"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.433118"], ["updated_at", "2015-02-20 21:45:49.433118"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.433779"], ["updated_at", "2015-02-20 21:45:49.433779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.434527"], ["updated_at", "2015-02-20 21:45:49.434527"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.435236"], ["updated_at", "2015-02-20 21:45:49.435236"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.435928"], ["updated_at", "2015-02-20 21:45:49.435928"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-20 21:45:49.436611"], ["updated_at", "2015-02-20 21:45:49.436611"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["default_name", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-20 21:45:49.441584"], ["updated_at", "2015-02-20 21:45:49.441584"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.443427"], ["updated_at", "2015-02-20 21:45:49.443427"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.444328"], ["updated_at", "2015-02-20 21:45:49.444328"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.445120"], ["updated_at", "2015-02-20 21:45:49.445120"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.445828"], ["updated_at", "2015-02-20 21:45:49.445828"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.446526"], ["updated_at", "2015-02-20 21:45:49.446526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.447285"], ["updated_at", "2015-02-20 21:45:49.447285"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.447992"], ["updated_at", "2015-02-20 21:45:49.447992"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-20 21:45:49.449254"], ["updated_at", "2015-02-20 21:45:49.449254"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["default_name", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-20 21:45:49.454500"], ["updated_at", "2015-02-20 21:45:49.454500"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.455369"], ["updated_at", "2015-02-20 21:45:49.455369"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.456128"], ["updated_at", "2015-02-20 21:45:49.456128"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.456810"], ["updated_at", "2015-02-20 21:45:49.456810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.457487"], ["updated_at", "2015-02-20 21:45:49.457487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.458142"], ["updated_at", "2015-02-20 21:45:49.458142"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.458814"], ["updated_at", "2015-02-20 21:45:49.458814"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.459566"], ["updated_at", "2015-02-20 21:45:49.459566"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-20 21:45:49.460292"], ["updated_at", "2015-02-20 21:45:49.460292"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["default_name", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-20 21:45:49.465036"], ["updated_at", "2015-02-20 21:45:49.465036"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.465947"], ["updated_at", "2015-02-20 21:45:49.465947"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.466763"], ["updated_at", "2015-02-20 21:45:49.466763"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.467454"], ["updated_at", "2015-02-20 21:45:49.467454"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.468214"], ["updated_at", "2015-02-20 21:45:49.468214"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.468914"], ["updated_at", "2015-02-20 21:45:49.468914"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.469578"], ["updated_at", "2015-02-20 21:45:49.469578"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.470277"], ["updated_at", "2015-02-20 21:45:49.470277"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-20 21:45:49.470932"], ["updated_at", "2015-02-20 21:45:49.470932"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["default_name", "France"], ["iso_code", "FR"], ["created_at", "2015-02-20 21:45:49.475647"], ["updated_at", "2015-02-20 21:45:49.475647"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.476535"], ["updated_at", "2015-02-20 21:45:49.476535"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.477331"], ["updated_at", "2015-02-20 21:45:49.477331"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.478045"], ["updated_at", "2015-02-20 21:45:49.478045"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.478754"], ["updated_at", "2015-02-20 21:45:49.478754"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.479912"], ["updated_at", "2015-02-20 21:45:49.479912"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.481040"], ["updated_at", "2015-02-20 21:45:49.481040"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.482373"], ["updated_at", "2015-02-20 21:45:49.482373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-20 21:45:49.483430"], ["updated_at", "2015-02-20 21:45:49.483430"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["default_name", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-20 21:45:49.487346"], ["updated_at", "2015-02-20 21:45:49.487346"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.488097"], ["updated_at", "2015-02-20 21:45:49.488097"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.488811"], ["updated_at", "2015-02-20 21:45:49.488811"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.489483"], ["updated_at", "2015-02-20 21:45:49.489483"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.490136"], ["updated_at", "2015-02-20 21:45:49.490136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.490809"], ["updated_at", "2015-02-20 21:45:49.490809"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.491464"], ["updated_at", "2015-02-20 21:45:49.491464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.492177"], ["updated_at", "2015-02-20 21:45:49.492177"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-20 21:45:49.492842"], ["updated_at", "2015-02-20 21:45:49.492842"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["default_name", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-20 21:45:49.496440"], ["updated_at", "2015-02-20 21:45:49.496440"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.497136"], ["updated_at", "2015-02-20 21:45:49.497136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.497847"], ["updated_at", "2015-02-20 21:45:49.497847"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.498520"], ["updated_at", "2015-02-20 21:45:49.498520"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.499173"], ["updated_at", "2015-02-20 21:45:49.499173"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.499896"], ["updated_at", "2015-02-20 21:45:49.499896"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.500557"], ["updated_at", "2015-02-20 21:45:49.500557"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.501214"], ["updated_at", "2015-02-20 21:45:49.501214"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-20 21:45:49.501918"], ["updated_at", "2015-02-20 21:45:49.501918"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["default_name", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-20 21:45:49.506069"], ["updated_at", "2015-02-20 21:45:49.506069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.506994"], ["updated_at", "2015-02-20 21:45:49.506994"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.507784"], ["updated_at", "2015-02-20 21:45:49.507784"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.508526"], ["updated_at", "2015-02-20 21:45:49.508526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.509258"], ["updated_at", "2015-02-20 21:45:49.509258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.509968"], ["updated_at", "2015-02-20 21:45:49.509968"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.510728"], ["updated_at", "2015-02-20 21:45:49.510728"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.511396"], ["updated_at", "2015-02-20 21:45:49.511396"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-20 21:45:49.512064"], ["updated_at", "2015-02-20 21:45:49.512064"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["default_name", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-20 21:45:49.515736"], ["updated_at", "2015-02-20 21:45:49.515736"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.516464"], ["updated_at", "2015-02-20 21:45:49.516464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.517168"], ["updated_at", "2015-02-20 21:45:49.517168"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.517832"], ["updated_at", "2015-02-20 21:45:49.517832"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.518540"], ["updated_at", "2015-02-20 21:45:49.518540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.519365"], ["updated_at", "2015-02-20 21:45:49.519365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.520103"], ["updated_at", "2015-02-20 21:45:49.520103"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.520768"], ["updated_at", "2015-02-20 21:45:49.520768"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-20 21:45:49.521482"], ["updated_at", "2015-02-20 21:45:49.521482"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["default_name", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-20 21:45:49.528957"], ["updated_at", "2015-02-20 21:45:49.528957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.530101"], ["updated_at", "2015-02-20 21:45:49.530101"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.530964"], ["updated_at", "2015-02-20 21:45:49.530964"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.531837"], ["updated_at", "2015-02-20 21:45:49.531837"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.533234"], ["updated_at", "2015-02-20 21:45:49.533234"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.534366"], ["updated_at", "2015-02-20 21:45:49.534366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.535651"], ["updated_at", "2015-02-20 21:45:49.535651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.536652"], ["updated_at", "2015-02-20 21:45:49.536652"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-20 21:45:49.537396"], ["updated_at", "2015-02-20 21:45:49.537396"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["default_name", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-20 21:45:49.541408"], ["updated_at", "2015-02-20 21:45:49.541408"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.542195"], ["updated_at", "2015-02-20 21:45:49.542195"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.542906"], ["updated_at", "2015-02-20 21:45:49.542906"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.543570"], ["updated_at", "2015-02-20 21:45:49.543570"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.544228"], ["updated_at", "2015-02-20 21:45:49.544228"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.545020"], ["updated_at", "2015-02-20 21:45:49.545020"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.545842"], ["updated_at", "2015-02-20 21:45:49.545842"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.546745"], ["updated_at", "2015-02-20 21:45:49.546745"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-20 21:45:49.547588"], ["updated_at", "2015-02-20 21:45:49.547588"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["default_name", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-20 21:45:49.551756"], ["updated_at", "2015-02-20 21:45:49.551756"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.552585"], ["updated_at", "2015-02-20 21:45:49.552585"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.553434"], ["updated_at", "2015-02-20 21:45:49.553434"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.554144"], ["updated_at", "2015-02-20 21:45:49.554144"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.554798"], ["updated_at", "2015-02-20 21:45:49.554798"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.555497"], ["updated_at", "2015-02-20 21:45:49.555497"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.556436"], ["updated_at", "2015-02-20 21:45:49.556436"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.557531"], ["updated_at", "2015-02-20 21:45:49.557531"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-20 21:45:49.558600"], ["updated_at", "2015-02-20 21:45:49.558600"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["default_name", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-20 21:45:49.563012"], ["updated_at", "2015-02-20 21:45:49.563012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.563938"], ["updated_at", "2015-02-20 21:45:49.563938"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.564736"], ["updated_at", "2015-02-20 21:45:49.564736"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.565494"], ["updated_at", "2015-02-20 21:45:49.565494"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.566257"], ["updated_at", "2015-02-20 21:45:49.566257"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.567702"], ["updated_at", "2015-02-20 21:45:49.567702"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.568555"], ["updated_at", "2015-02-20 21:45:49.568555"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.569257"], ["updated_at", "2015-02-20 21:45:49.569257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-20 21:45:49.569948"], ["updated_at", "2015-02-20 21:45:49.569948"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["default_name", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-20 21:45:49.573640"], ["updated_at", "2015-02-20 21:45:49.573640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.574388"], ["updated_at", "2015-02-20 21:45:49.574388"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.575079"], ["updated_at", "2015-02-20 21:45:49.575079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.575744"], ["updated_at", "2015-02-20 21:45:49.575744"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.576414"], ["updated_at", "2015-02-20 21:45:49.576414"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.577064"], ["updated_at", "2015-02-20 21:45:49.577064"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.577729"], ["updated_at", "2015-02-20 21:45:49.577729"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.578399"], ["updated_at", "2015-02-20 21:45:49.578399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-20 21:45:49.579053"], ["updated_at", "2015-02-20 21:45:49.579053"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["default_name", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-20 21:45:49.582732"], ["updated_at", "2015-02-20 21:45:49.582732"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.583494"], ["updated_at", "2015-02-20 21:45:49.583494"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.584197"], ["updated_at", "2015-02-20 21:45:49.584197"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.584855"], ["updated_at", "2015-02-20 21:45:49.584855"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.585539"], ["updated_at", "2015-02-20 21:45:49.585539"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.586192"], ["updated_at", "2015-02-20 21:45:49.586192"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.586850"], ["updated_at", "2015-02-20 21:45:49.586850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.587671"], ["updated_at", "2015-02-20 21:45:49.587671"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-20 21:45:49.588601"], ["updated_at", "2015-02-20 21:45:49.588601"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["default_name", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-20 21:45:49.592751"], ["updated_at", "2015-02-20 21:45:49.592751"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.593674"], ["updated_at", "2015-02-20 21:45:49.593674"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.594470"], ["updated_at", "2015-02-20 21:45:49.594470"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.595182"], ["updated_at", "2015-02-20 21:45:49.595182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.595888"], ["updated_at", "2015-02-20 21:45:49.595888"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.596652"], ["updated_at", "2015-02-20 21:45:49.596652"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.597307"], ["updated_at", "2015-02-20 21:45:49.597307"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.597974"], ["updated_at", "2015-02-20 21:45:49.597974"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-20 21:45:49.598822"], ["updated_at", "2015-02-20 21:45:49.598822"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["default_name", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-20 21:45:49.602478"], ["updated_at", "2015-02-20 21:45:49.602478"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.603194"], ["updated_at", "2015-02-20 21:45:49.603194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.603937"], ["updated_at", "2015-02-20 21:45:49.603937"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.604640"], ["updated_at", "2015-02-20 21:45:49.604640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.605605"], ["updated_at", "2015-02-20 21:45:49.605605"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.606650"], ["updated_at", "2015-02-20 21:45:49.606650"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.607519"], ["updated_at", "2015-02-20 21:45:49.607519"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.608283"], ["updated_at", "2015-02-20 21:45:49.608283"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-20 21:45:49.608998"], ["updated_at", "2015-02-20 21:45:49.608998"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["default_name", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-20 21:45:49.614011"], ["updated_at", "2015-02-20 21:45:49.614011"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.615641"], ["updated_at", "2015-02-20 21:45:49.615641"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.616636"], ["updated_at", "2015-02-20 21:45:49.616636"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.617387"], ["updated_at", "2015-02-20 21:45:49.617387"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.618070"], ["updated_at", "2015-02-20 21:45:49.618070"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.618772"], ["updated_at", "2015-02-20 21:45:49.618772"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.619463"], ["updated_at", "2015-02-20 21:45:49.619463"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.620141"], ["updated_at", "2015-02-20 21:45:49.620141"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-20 21:45:49.620823"], ["updated_at", "2015-02-20 21:45:49.620823"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["default_name", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-20 21:45:49.624525"], ["updated_at", "2015-02-20 21:45:49.624525"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.625339"], ["updated_at", "2015-02-20 21:45:49.625339"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.626032"], ["updated_at", "2015-02-20 21:45:49.626032"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.626694"], ["updated_at", "2015-02-20 21:45:49.626694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.627366"], ["updated_at", "2015-02-20 21:45:49.627366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.628019"], ["updated_at", "2015-02-20 21:45:49.628019"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.628686"], ["updated_at", "2015-02-20 21:45:49.628686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.629365"], ["updated_at", "2015-02-20 21:45:49.629365"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-20 21:45:49.630033"], ["updated_at", "2015-02-20 21:45:49.630033"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["default_name", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-20 21:45:49.634208"], ["updated_at", "2015-02-20 21:45:49.634208"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.635126"], ["updated_at", "2015-02-20 21:45:49.635126"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.635936"], ["updated_at", "2015-02-20 21:45:49.635936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.636677"], ["updated_at", "2015-02-20 21:45:49.636677"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.637404"], ["updated_at", "2015-02-20 21:45:49.637404"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.638122"], ["updated_at", "2015-02-20 21:45:49.638122"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.638951"], ["updated_at", "2015-02-20 21:45:49.638951"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.639976"], ["updated_at", "2015-02-20 21:45:49.639976"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-20 21:45:49.641110"], ["updated_at", "2015-02-20 21:45:49.641110"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["default_name", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-20 21:45:49.645539"], ["updated_at", "2015-02-20 21:45:49.645539"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.646733"], ["updated_at", "2015-02-20 21:45:49.646733"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.647972"], ["updated_at", "2015-02-20 21:45:49.647972"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.649244"], ["updated_at", "2015-02-20 21:45:49.649244"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.650392"], ["updated_at", "2015-02-20 21:45:49.650392"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.651219"], ["updated_at", "2015-02-20 21:45:49.651219"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.651910"], ["updated_at", "2015-02-20 21:45:49.651910"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.652623"], ["updated_at", "2015-02-20 21:45:49.652623"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-20 21:45:49.653308"], ["updated_at", "2015-02-20 21:45:49.653308"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["default_name", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-20 21:45:49.657043"], ["updated_at", "2015-02-20 21:45:49.657043"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.657761"], ["updated_at", "2015-02-20 21:45:49.657761"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.658450"], ["updated_at", "2015-02-20 21:45:49.658450"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.659119"], ["updated_at", "2015-02-20 21:45:49.659119"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.659775"], ["updated_at", "2015-02-20 21:45:49.659775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.660440"], ["updated_at", "2015-02-20 21:45:49.660440"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.661113"], ["updated_at", "2015-02-20 21:45:49.661113"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.661780"], ["updated_at", "2015-02-20 21:45:49.661780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-20 21:45:49.662428"], ["updated_at", "2015-02-20 21:45:49.662428"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["default_name", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-20 21:45:49.666023"], ["updated_at", "2015-02-20 21:45:49.666023"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.666780"], ["updated_at", "2015-02-20 21:45:49.666780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.667496"], ["updated_at", "2015-02-20 21:45:49.667496"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.668316"], ["updated_at", "2015-02-20 21:45:49.668316"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.678839"], ["updated_at", "2015-02-20 21:45:49.678839"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.679741"], ["updated_at", "2015-02-20 21:45:49.679741"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.680416"], ["updated_at", "2015-02-20 21:45:49.680416"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.681191"], ["updated_at", "2015-02-20 21:45:49.681191"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-20 21:45:49.681968"], ["updated_at", "2015-02-20 21:45:49.681968"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["default_name", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-20 21:45:49.686202"], ["updated_at", "2015-02-20 21:45:49.686202"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.687133"], ["updated_at", "2015-02-20 21:45:49.687133"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.687924"], ["updated_at", "2015-02-20 21:45:49.687924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.688605"], ["updated_at", "2015-02-20 21:45:49.688605"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.689347"], ["updated_at", "2015-02-20 21:45:49.689347"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.690093"], ["updated_at", "2015-02-20 21:45:49.690093"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.690798"], ["updated_at", "2015-02-20 21:45:49.690798"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.691465"], ["updated_at", "2015-02-20 21:45:49.691465"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-20 21:45:49.692153"], ["updated_at", "2015-02-20 21:45:49.692153"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["default_name", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-20 21:45:49.695876"], ["updated_at", "2015-02-20 21:45:49.695876"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.696613"], ["updated_at", "2015-02-20 21:45:49.696613"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.697370"], ["updated_at", "2015-02-20 21:45:49.697370"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.698093"], ["updated_at", "2015-02-20 21:45:49.698093"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.698811"], ["updated_at", "2015-02-20 21:45:49.698811"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.699465"], ["updated_at", "2015-02-20 21:45:49.699465"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.700158"], ["updated_at", "2015-02-20 21:45:49.700158"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.700819"], ["updated_at", "2015-02-20 21:45:49.700819"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-20 21:45:49.701508"], ["updated_at", "2015-02-20 21:45:49.701508"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["default_name", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-20 21:45:49.705360"], ["updated_at", "2015-02-20 21:45:49.705360"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.707067"], ["updated_at", "2015-02-20 21:45:49.707067"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.708207"], ["updated_at", "2015-02-20 21:45:49.708207"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.709008"], ["updated_at", "2015-02-20 21:45:49.709008"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.709737"], ["updated_at", "2015-02-20 21:45:49.709737"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.710500"], ["updated_at", "2015-02-20 21:45:49.710500"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.711244"], ["updated_at", "2015-02-20 21:45:49.711244"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.711954"], ["updated_at", "2015-02-20 21:45:49.711954"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-20 21:45:49.712695"], ["updated_at", "2015-02-20 21:45:49.712695"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["default_name", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-20 21:45:49.718581"], ["updated_at", "2015-02-20 21:45:49.718581"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.719429"], ["updated_at", "2015-02-20 21:45:49.719429"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.720178"], ["updated_at", "2015-02-20 21:45:49.720178"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.720921"], ["updated_at", "2015-02-20 21:45:49.720921"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.721665"], ["updated_at", "2015-02-20 21:45:49.721665"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.722357"], ["updated_at", "2015-02-20 21:45:49.722357"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.723073"], ["updated_at", "2015-02-20 21:45:49.723073"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.723827"], ["updated_at", "2015-02-20 21:45:49.723827"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-20 21:45:49.724589"], ["updated_at", "2015-02-20 21:45:49.724589"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["default_name", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-20 21:45:49.728869"], ["updated_at", "2015-02-20 21:45:49.728869"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.729713"], ["updated_at", "2015-02-20 21:45:49.729713"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.730469"], ["updated_at", "2015-02-20 21:45:49.730469"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.731252"], ["updated_at", "2015-02-20 21:45:49.731252"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.731958"], ["updated_at", "2015-02-20 21:45:49.731958"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.732649"], ["updated_at", "2015-02-20 21:45:49.732649"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.733399"], ["updated_at", "2015-02-20 21:45:49.733399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.734065"], ["updated_at", "2015-02-20 21:45:49.734065"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-20 21:45:49.734759"], ["updated_at", "2015-02-20 21:45:49.734759"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "United States"], ["iso_code", "US"], ["created_at", "2015-02-20 21:45:49.738667"], ["updated_at", "2015-02-20 21:45:49.738667"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.739810"], ["updated_at", "2015-02-20 21:45:49.739810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.740736"], ["updated_at", "2015-02-20 21:45:49.740736"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.741538"], ["updated_at", "2015-02-20 21:45:49.741538"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.742274"], ["updated_at", "2015-02-20 21:45:49.742274"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.743011"], ["updated_at", "2015-02-20 21:45:49.743011"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.743749"], ["updated_at", "2015-02-20 21:45:49.743749"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.744455"], ["updated_at", "2015-02-20 21:45:49.744455"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-20 21:45:49.745212"], ["updated_at", "2015-02-20 21:45:49.745212"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150220214543_add_magic_addresses.rb:89)  (0.3ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150220214543_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150220214543_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.2ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_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_addresses/spec/dummy/db/migrate/20150220214543_add_magic_addresses.rb:143)  (0.1ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_subdistrict_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150220214543"]]  (1.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.3ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'  (1.7ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.1ms) select sqlite_version(*)  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)  (0.7ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_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_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.8ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.9ms) CREATE INDEX "index_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.8ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.8ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150220214543')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831') + geo + geo + geo + geo + geo + geo + GeoCode (de): Heinz-Kapelle-Str. 6 berlin + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '6' short_name: '6' types: - street_number - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße 6, 10407 Berlin, Deutschland geometry: location: lat: 52.53326 lng: 13.44068 location_type: ROOFTOP viewport: northeast: lat: 52.53460898029149 lng: 13.4420289802915 southwest: lat: 52.5319110197085 lng: 13.4393310197085 place_id: ChIJgeChgwxOqEcRIv-h7JhVE6Q types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo +  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150221010132)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "street_number" varchar, "street_additional" varchar, "zipcode" integer, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150221010132_add_magic_addresses.rb:71)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["default_name", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-21 01:01:37.966990"], ["updated_at", "2015-02-21 01:01:37.966990"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.970723"], ["updated_at", "2015-02-21 01:01:37.970723"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.971722"], ["updated_at", "2015-02-21 01:01:37.971722"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.972482"], ["updated_at", "2015-02-21 01:01:37.972482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.973213"], ["updated_at", "2015-02-21 01:01:37.973213"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.974048"], ["updated_at", "2015-02-21 01:01:37.974048"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.975145"], ["updated_at", "2015-02-21 01:01:37.975145"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.976522"], ["updated_at", "2015-02-21 01:01:37.976522"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:01:37.977509"], ["updated_at", "2015-02-21 01:01:37.977509"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["default_name", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-21 01:01:37.982802"], ["updated_at", "2015-02-21 01:01:37.982802"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.983654"], ["updated_at", "2015-02-21 01:01:37.983654"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.984421"], ["updated_at", "2015-02-21 01:01:37.984421"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.985125"], ["updated_at", "2015-02-21 01:01:37.985125"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.985810"], ["updated_at", "2015-02-21 01:01:37.985810"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.986501"], ["updated_at", "2015-02-21 01:01:37.986501"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.987182"], ["updated_at", "2015-02-21 01:01:37.987182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.987903"], ["updated_at", "2015-02-21 01:01:37.987903"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:01:37.988590"], ["updated_at", "2015-02-21 01:01:37.988590"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["default_name", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-21 01:01:37.992790"], ["updated_at", "2015-02-21 01:01:37.992790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.993720"], ["updated_at", "2015-02-21 01:01:37.993720"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.994518"], ["updated_at", "2015-02-21 01:01:37.994518"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.995269"], ["updated_at", "2015-02-21 01:01:37.995269"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.996042"], ["updated_at", "2015-02-21 01:01:37.996042"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.996797"], ["updated_at", "2015-02-21 01:01:37.996797"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.997565"], ["updated_at", "2015-02-21 01:01:37.997565"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.998322"], ["updated_at", "2015-02-21 01:01:37.998322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:01:37.999099"], ["updated_at", "2015-02-21 01:01:37.999099"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["default_name", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-21 01:01:38.003155"], ["updated_at", "2015-02-21 01:01:38.003155"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.003890"], ["updated_at", "2015-02-21 01:01:38.003890"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.004609"], ["updated_at", "2015-02-21 01:01:38.004609"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.005276"], ["updated_at", "2015-02-21 01:01:38.005276"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.005973"], ["updated_at", "2015-02-21 01:01:38.005973"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.006637"], ["updated_at", "2015-02-21 01:01:38.006637"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.007298"], ["updated_at", "2015-02-21 01:01:38.007298"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.007977"], ["updated_at", "2015-02-21 01:01:38.007977"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:01:38.008738"], ["updated_at", "2015-02-21 01:01:38.008738"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["default_name", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-21 01:01:38.013780"], ["updated_at", "2015-02-21 01:01:38.013780"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.014812"], ["updated_at", "2015-02-21 01:01:38.014812"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.015631"], ["updated_at", "2015-02-21 01:01:38.015631"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.016394"], ["updated_at", "2015-02-21 01:01:38.016394"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.017111"], ["updated_at", "2015-02-21 01:01:38.017111"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.017846"], ["updated_at", "2015-02-21 01:01:38.017846"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.019003"], ["updated_at", "2015-02-21 01:01:38.019003"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.020236"], ["updated_at", "2015-02-21 01:01:38.020236"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:01:38.021912"], ["updated_at", "2015-02-21 01:01:38.021912"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-21 01:01:38.026610"], ["updated_at", "2015-02-21 01:01:38.026610"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.027505"], ["updated_at", "2015-02-21 01:01:38.027505"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.028314"], ["updated_at", "2015-02-21 01:01:38.028314"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.028998"], ["updated_at", "2015-02-21 01:01:38.028998"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.029692"], ["updated_at", "2015-02-21 01:01:38.029692"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.030362"], ["updated_at", "2015-02-21 01:01:38.030362"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.031045"], ["updated_at", "2015-02-21 01:01:38.031045"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.031730"], ["updated_at", "2015-02-21 01:01:38.031730"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:01:38.032402"], ["updated_at", "2015-02-21 01:01:38.032402"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["default_name", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-21 01:01:38.036135"], ["updated_at", "2015-02-21 01:01:38.036135"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.037068"], ["updated_at", "2015-02-21 01:01:38.037068"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.038012"], ["updated_at", "2015-02-21 01:01:38.038012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.038887"], ["updated_at", "2015-02-21 01:01:38.038887"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.039716"], ["updated_at", "2015-02-21 01:01:38.039716"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.040460"], ["updated_at", "2015-02-21 01:01:38.040460"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.041210"], ["updated_at", "2015-02-21 01:01:38.041210"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.041984"], ["updated_at", "2015-02-21 01:01:38.041984"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:01:38.042775"], ["updated_at", "2015-02-21 01:01:38.042775"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["default_name", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-21 01:01:38.047535"], ["updated_at", "2015-02-21 01:01:38.047535"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.048396"], ["updated_at", "2015-02-21 01:01:38.048396"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.049106"], ["updated_at", "2015-02-21 01:01:38.049106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.049771"], ["updated_at", "2015-02-21 01:01:38.049771"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.050413"], ["updated_at", "2015-02-21 01:01:38.050413"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.051174"], ["updated_at", "2015-02-21 01:01:38.051174"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.051866"], ["updated_at", "2015-02-21 01:01:38.051866"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.052633"], ["updated_at", "2015-02-21 01:01:38.052633"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:01:38.053640"], ["updated_at", "2015-02-21 01:01:38.053640"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["default_name", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-21 01:01:38.057458"], ["updated_at", "2015-02-21 01:01:38.057458"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.058262"], ["updated_at", "2015-02-21 01:01:38.058262"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.058983"], ["updated_at", "2015-02-21 01:01:38.058983"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.059686"], ["updated_at", "2015-02-21 01:01:38.059686"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.061430"], ["updated_at", "2015-02-21 01:01:38.061430"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.063658"], ["updated_at", "2015-02-21 01:01:38.063658"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.064698"], ["updated_at", "2015-02-21 01:01:38.064698"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.065492"], ["updated_at", "2015-02-21 01:01:38.065492"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:01:38.066233"], ["updated_at", "2015-02-21 01:01:38.066233"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["default_name", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-21 01:01:38.070969"], ["updated_at", "2015-02-21 01:01:38.070969"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.072475"], ["updated_at", "2015-02-21 01:01:38.072475"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.073797"], ["updated_at", "2015-02-21 01:01:38.073797"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.074562"], ["updated_at", "2015-02-21 01:01:38.074562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.075289"], ["updated_at", "2015-02-21 01:01:38.075289"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.076005"], ["updated_at", "2015-02-21 01:01:38.076005"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.076728"], ["updated_at", "2015-02-21 01:01:38.076728"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.077431"], ["updated_at", "2015-02-21 01:01:38.077431"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:01:38.078137"], ["updated_at", "2015-02-21 01:01:38.078137"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["default_name", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-21 01:01:38.082028"], ["updated_at", "2015-02-21 01:01:38.082028"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.082955"], ["updated_at", "2015-02-21 01:01:38.082955"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.083898"], ["updated_at", "2015-02-21 01:01:38.083898"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.084790"], ["updated_at", "2015-02-21 01:01:38.084790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.085592"], ["updated_at", "2015-02-21 01:01:38.085592"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.086428"], ["updated_at", "2015-02-21 01:01:38.086428"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.087182"], ["updated_at", "2015-02-21 01:01:38.087182"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.087971"], ["updated_at", "2015-02-21 01:01:38.087971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:01:38.088730"], ["updated_at", "2015-02-21 01:01:38.088730"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["default_name", "France"], ["iso_code", "FR"], ["created_at", "2015-02-21 01:01:38.093113"], ["updated_at", "2015-02-21 01:01:38.093113"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.094322"], ["updated_at", "2015-02-21 01:01:38.094322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.095213"], ["updated_at", "2015-02-21 01:01:38.095213"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.095995"], ["updated_at", "2015-02-21 01:01:38.095995"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.096737"], ["updated_at", "2015-02-21 01:01:38.096737"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.097461"], ["updated_at", "2015-02-21 01:01:38.097461"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.098183"], ["updated_at", "2015-02-21 01:01:38.098183"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.098900"], ["updated_at", "2015-02-21 01:01:38.098900"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:01:38.100195"], ["updated_at", "2015-02-21 01:01:38.100195"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["default_name", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-21 01:01:38.105753"], ["updated_at", "2015-02-21 01:01:38.105753"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.106638"], ["updated_at", "2015-02-21 01:01:38.106638"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.107391"], ["updated_at", "2015-02-21 01:01:38.107391"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.108097"], ["updated_at", "2015-02-21 01:01:38.108097"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.108787"], ["updated_at", "2015-02-21 01:01:38.108787"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.109479"], ["updated_at", "2015-02-21 01:01:38.109479"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.110145"], ["updated_at", "2015-02-21 01:01:38.110145"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.110849"], ["updated_at", "2015-02-21 01:01:38.110849"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:01:38.111555"], ["updated_at", "2015-02-21 01:01:38.111555"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["default_name", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-21 01:01:38.115316"], ["updated_at", "2015-02-21 01:01:38.115316"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.116059"], ["updated_at", "2015-02-21 01:01:38.116059"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.116852"], ["updated_at", "2015-02-21 01:01:38.116852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.117546"], ["updated_at", "2015-02-21 01:01:38.117546"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.118224"], ["updated_at", "2015-02-21 01:01:38.118224"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.118898"], ["updated_at", "2015-02-21 01:01:38.118898"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.119575"], ["updated_at", "2015-02-21 01:01:38.119575"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.120200"], ["updated_at", "2015-02-21 01:01:38.120200"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:01:38.120923"], ["updated_at", "2015-02-21 01:01:38.120923"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["default_name", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-21 01:01:38.124670"], ["updated_at", "2015-02-21 01:01:38.124670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.125565"], ["updated_at", "2015-02-21 01:01:38.125565"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.126370"], ["updated_at", "2015-02-21 01:01:38.126370"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.127149"], ["updated_at", "2015-02-21 01:01:38.127149"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.127885"], ["updated_at", "2015-02-21 01:01:38.127885"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.128573"], ["updated_at", "2015-02-21 01:01:38.128573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.129242"], ["updated_at", "2015-02-21 01:01:38.129242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.129888"], ["updated_at", "2015-02-21 01:01:38.129888"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:01:38.130563"], ["updated_at", "2015-02-21 01:01:38.130563"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["default_name", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-21 01:01:38.134696"], ["updated_at", "2015-02-21 01:01:38.134696"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.135852"], ["updated_at", "2015-02-21 01:01:38.135852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.136799"], ["updated_at", "2015-02-21 01:01:38.136799"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.137655"], ["updated_at", "2015-02-21 01:01:38.137655"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.138451"], ["updated_at", "2015-02-21 01:01:38.138451"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.139242"], ["updated_at", "2015-02-21 01:01:38.139242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.139981"], ["updated_at", "2015-02-21 01:01:38.139981"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.140751"], ["updated_at", "2015-02-21 01:01:38.140751"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:01:38.141515"], ["updated_at", "2015-02-21 01:01:38.141515"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["default_name", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-21 01:01:38.146150"], ["updated_at", "2015-02-21 01:01:38.146150"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.146912"], ["updated_at", "2015-02-21 01:01:38.146912"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.147615"], ["updated_at", "2015-02-21 01:01:38.147615"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.148296"], ["updated_at", "2015-02-21 01:01:38.148296"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.148983"], ["updated_at", "2015-02-21 01:01:38.148983"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.149662"], ["updated_at", "2015-02-21 01:01:38.149662"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.150336"], ["updated_at", "2015-02-21 01:01:38.150336"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.151008"], ["updated_at", "2015-02-21 01:01:38.151008"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:01:38.151875"], ["updated_at", "2015-02-21 01:01:38.151875"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["default_name", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-21 01:01:38.155781"], ["updated_at", "2015-02-21 01:01:38.155781"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.156565"], ["updated_at", "2015-02-21 01:01:38.156565"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.157265"], ["updated_at", "2015-02-21 01:01:38.157265"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.157966"], ["updated_at", "2015-02-21 01:01:38.157966"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.158633"], ["updated_at", "2015-02-21 01:01:38.158633"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.159351"], ["updated_at", "2015-02-21 01:01:38.159351"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.160357"], ["updated_at", "2015-02-21 01:01:38.160357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.161365"], ["updated_at", "2015-02-21 01:01:38.161365"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:01:38.162526"], ["updated_at", "2015-02-21 01:01:38.162526"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["default_name", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-21 01:01:38.167204"], ["updated_at", "2015-02-21 01:01:38.167204"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.168245"], ["updated_at", "2015-02-21 01:01:38.168245"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.169717"], ["updated_at", "2015-02-21 01:01:38.169717"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.170890"], ["updated_at", "2015-02-21 01:01:38.170890"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.172358"], ["updated_at", "2015-02-21 01:01:38.172358"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.173181"], ["updated_at", "2015-02-21 01:01:38.173181"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.173892"], ["updated_at", "2015-02-21 01:01:38.173892"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.174606"], ["updated_at", "2015-02-21 01:01:38.174606"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:01:38.175304"], ["updated_at", "2015-02-21 01:01:38.175304"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["default_name", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-21 01:01:38.179273"], ["updated_at", "2015-02-21 01:01:38.179273"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.180242"], ["updated_at", "2015-02-21 01:01:38.180242"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.181166"], ["updated_at", "2015-02-21 01:01:38.181166"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.181987"], ["updated_at", "2015-02-21 01:01:38.181987"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.182766"], ["updated_at", "2015-02-21 01:01:38.182766"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.183516"], ["updated_at", "2015-02-21 01:01:38.183516"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.184284"], ["updated_at", "2015-02-21 01:01:38.184284"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.185051"], ["updated_at", "2015-02-21 01:01:38.185051"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:01:38.185805"], ["updated_at", "2015-02-21 01:01:38.185805"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["default_name", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-21 01:01:38.189779"], ["updated_at", "2015-02-21 01:01:38.189779"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.190530"], ["updated_at", "2015-02-21 01:01:38.190530"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.191299"], ["updated_at", "2015-02-21 01:01:38.191299"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.191997"], ["updated_at", "2015-02-21 01:01:38.191997"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.192781"], ["updated_at", "2015-02-21 01:01:38.192781"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.193613"], ["updated_at", "2015-02-21 01:01:38.193613"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.194451"], ["updated_at", "2015-02-21 01:01:38.194451"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.195863"], ["updated_at", "2015-02-21 01:01:38.195863"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:01:38.196653"], ["updated_at", "2015-02-21 01:01:38.196653"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["default_name", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-21 01:01:38.201264"], ["updated_at", "2015-02-21 01:01:38.201264"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.202678"], ["updated_at", "2015-02-21 01:01:38.202678"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.204101"], ["updated_at", "2015-02-21 01:01:38.204101"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.204936"], ["updated_at", "2015-02-21 01:01:38.204936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.205660"], ["updated_at", "2015-02-21 01:01:38.205660"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.206357"], ["updated_at", "2015-02-21 01:01:38.206357"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.207048"], ["updated_at", "2015-02-21 01:01:38.207048"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.207800"], ["updated_at", "2015-02-21 01:01:38.207800"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:01:38.208485"], ["updated_at", "2015-02-21 01:01:38.208485"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["default_name", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-21 01:01:38.212295"], ["updated_at", "2015-02-21 01:01:38.212295"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.213044"], ["updated_at", "2015-02-21 01:01:38.213044"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.213757"], ["updated_at", "2015-02-21 01:01:38.213757"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.214453"], ["updated_at", "2015-02-21 01:01:38.214453"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.215141"], ["updated_at", "2015-02-21 01:01:38.215141"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.215840"], ["updated_at", "2015-02-21 01:01:38.215840"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.216539"], ["updated_at", "2015-02-21 01:01:38.216539"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.217224"], ["updated_at", "2015-02-21 01:01:38.217224"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:01:38.217903"], ["updated_at", "2015-02-21 01:01:38.217903"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["default_name", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-21 01:01:38.221699"], ["updated_at", "2015-02-21 01:01:38.221699"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.222645"], ["updated_at", "2015-02-21 01:01:38.222645"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.223558"], ["updated_at", "2015-02-21 01:01:38.223558"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.224412"], ["updated_at", "2015-02-21 01:01:38.224412"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.225209"], ["updated_at", "2015-02-21 01:01:38.225209"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.225961"], ["updated_at", "2015-02-21 01:01:38.225961"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.226738"], ["updated_at", "2015-02-21 01:01:38.226738"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.227511"], ["updated_at", "2015-02-21 01:01:38.227511"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:01:38.228244"], ["updated_at", "2015-02-21 01:01:38.228244"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["default_name", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-21 01:01:38.232117"], ["updated_at", "2015-02-21 01:01:38.232117"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.232856"], ["updated_at", "2015-02-21 01:01:38.232856"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.233573"], ["updated_at", "2015-02-21 01:01:38.233573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.234241"], ["updated_at", "2015-02-21 01:01:38.234241"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.234953"], ["updated_at", "2015-02-21 01:01:38.234953"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.235674"], ["updated_at", "2015-02-21 01:01:38.235674"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.236348"], ["updated_at", "2015-02-21 01:01:38.236348"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.237014"], ["updated_at", "2015-02-21 01:01:38.237014"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:01:38.237676"], ["updated_at", "2015-02-21 01:01:38.237676"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["default_name", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-21 01:01:38.241548"], ["updated_at", "2015-02-21 01:01:38.241548"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.242312"], ["updated_at", "2015-02-21 01:01:38.242312"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.243681"], ["updated_at", "2015-02-21 01:01:38.243681"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.245754"], ["updated_at", "2015-02-21 01:01:38.245754"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.247651"], ["updated_at", "2015-02-21 01:01:38.247651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.248710"], ["updated_at", "2015-02-21 01:01:38.248710"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.249525"], ["updated_at", "2015-02-21 01:01:38.249525"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.250267"], ["updated_at", "2015-02-21 01:01:38.250267"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:01:38.250979"], ["updated_at", "2015-02-21 01:01:38.250979"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["default_name", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-21 01:01:38.257017"], ["updated_at", "2015-02-21 01:01:38.257017"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.257960"], ["updated_at", "2015-02-21 01:01:38.257960"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.258726"], ["updated_at", "2015-02-21 01:01:38.258726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.259469"], ["updated_at", "2015-02-21 01:01:38.259469"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.260162"], ["updated_at", "2015-02-21 01:01:38.260162"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.260872"], ["updated_at", "2015-02-21 01:01:38.260872"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.261551"], ["updated_at", "2015-02-21 01:01:38.261551"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.262246"], ["updated_at", "2015-02-21 01:01:38.262246"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:01:38.262920"], ["updated_at", "2015-02-21 01:01:38.262920"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["default_name", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-21 01:01:38.267034"], ["updated_at", "2015-02-21 01:01:38.267034"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.267951"], ["updated_at", "2015-02-21 01:01:38.267951"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.268814"], ["updated_at", "2015-02-21 01:01:38.268814"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.269585"], ["updated_at", "2015-02-21 01:01:38.269585"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.270337"], ["updated_at", "2015-02-21 01:01:38.270337"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.271103"], ["updated_at", "2015-02-21 01:01:38.271103"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.271817"], ["updated_at", "2015-02-21 01:01:38.271817"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.272580"], ["updated_at", "2015-02-21 01:01:38.272580"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:01:38.273319"], ["updated_at", "2015-02-21 01:01:38.273319"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["default_name", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-21 01:01:38.277422"], ["updated_at", "2015-02-21 01:01:38.277422"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.278733"], ["updated_at", "2015-02-21 01:01:38.278733"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.279599"], ["updated_at", "2015-02-21 01:01:38.279599"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.280383"], ["updated_at", "2015-02-21 01:01:38.280383"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.281123"], ["updated_at", "2015-02-21 01:01:38.281123"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.281841"], ["updated_at", "2015-02-21 01:01:38.281841"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.282578"], ["updated_at", "2015-02-21 01:01:38.282578"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.283328"], ["updated_at", "2015-02-21 01:01:38.283328"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:01:38.284512"], ["updated_at", "2015-02-21 01:01:38.284512"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["default_name", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-21 01:01:38.290179"], ["updated_at", "2015-02-21 01:01:38.290179"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.298852"], ["updated_at", "2015-02-21 01:01:38.298852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.299812"], ["updated_at", "2015-02-21 01:01:38.299812"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.300541"], ["updated_at", "2015-02-21 01:01:38.300541"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.301212"], ["updated_at", "2015-02-21 01:01:38.301212"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.301903"], ["updated_at", "2015-02-21 01:01:38.301903"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.302584"], ["updated_at", "2015-02-21 01:01:38.302584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.303272"], ["updated_at", "2015-02-21 01:01:38.303272"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:01:38.303931"], ["updated_at", "2015-02-21 01:01:38.303931"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["default_name", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-21 01:01:38.307994"], ["updated_at", "2015-02-21 01:01:38.307994"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.308917"], ["updated_at", "2015-02-21 01:01:38.308917"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.309775"], ["updated_at", "2015-02-21 01:01:38.309775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.310561"], ["updated_at", "2015-02-21 01:01:38.310561"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.311316"], ["updated_at", "2015-02-21 01:01:38.311316"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.312086"], ["updated_at", "2015-02-21 01:01:38.312086"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.312762"], ["updated_at", "2015-02-21 01:01:38.312762"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.313486"], ["updated_at", "2015-02-21 01:01:38.313486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:01:38.314238"], ["updated_at", "2015-02-21 01:01:38.314238"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["default_name", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-21 01:01:38.318011"], ["updated_at", "2015-02-21 01:01:38.318011"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.318768"], ["updated_at", "2015-02-21 01:01:38.318768"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.319467"], ["updated_at", "2015-02-21 01:01:38.319467"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.320164"], ["updated_at", "2015-02-21 01:01:38.320164"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.320831"], ["updated_at", "2015-02-21 01:01:38.320831"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.321517"], ["updated_at", "2015-02-21 01:01:38.321517"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.322235"], ["updated_at", "2015-02-21 01:01:38.322235"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.322962"], ["updated_at", "2015-02-21 01:01:38.322962"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:01:38.323761"], ["updated_at", "2015-02-21 01:01:38.323761"]] SQL (0.2ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["default_name", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-21 01:01:38.328769"], ["updated_at", "2015-02-21 01:01:38.328769"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.331194"], ["updated_at", "2015-02-21 01:01:38.331194"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.332245"], ["updated_at", "2015-02-21 01:01:38.332245"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.333114"], ["updated_at", "2015-02-21 01:01:38.333114"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.333877"], ["updated_at", "2015-02-21 01:01:38.333877"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.334629"], ["updated_at", "2015-02-21 01:01:38.334629"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.335347"], ["updated_at", "2015-02-21 01:01:38.335347"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.336093"], ["updated_at", "2015-02-21 01:01:38.336093"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:01:38.337397"], ["updated_at", "2015-02-21 01:01:38.337397"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["default_name", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-21 01:01:38.342749"], ["updated_at", "2015-02-21 01:01:38.342749"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.343608"], ["updated_at", "2015-02-21 01:01:38.343608"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.344361"], ["updated_at", "2015-02-21 01:01:38.344361"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.345084"], ["updated_at", "2015-02-21 01:01:38.345084"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.345759"], ["updated_at", "2015-02-21 01:01:38.345759"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.346448"], ["updated_at", "2015-02-21 01:01:38.346448"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.347106"], ["updated_at", "2015-02-21 01:01:38.347106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.347789"], ["updated_at", "2015-02-21 01:01:38.347789"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:01:38.348450"], ["updated_at", "2015-02-21 01:01:38.348450"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["default_name", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-21 01:01:38.352528"], ["updated_at", "2015-02-21 01:01:38.352528"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.353454"], ["updated_at", "2015-02-21 01:01:38.353454"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.354281"], ["updated_at", "2015-02-21 01:01:38.354281"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.355035"], ["updated_at", "2015-02-21 01:01:38.355035"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.355758"], ["updated_at", "2015-02-21 01:01:38.355758"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.356498"], ["updated_at", "2015-02-21 01:01:38.356498"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.357248"], ["updated_at", "2015-02-21 01:01:38.357248"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.358016"], ["updated_at", "2015-02-21 01:01:38.358016"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:01:38.358698"], ["updated_at", "2015-02-21 01:01:38.358698"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "United States"], ["iso_code", "US"], ["created_at", "2015-02-21 01:01:38.363116"], ["updated_at", "2015-02-21 01:01:38.363116"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.364029"], ["updated_at", "2015-02-21 01:01:38.364029"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.364814"], ["updated_at", "2015-02-21 01:01:38.364814"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.365577"], ["updated_at", "2015-02-21 01:01:38.365577"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.366349"], ["updated_at", "2015-02-21 01:01:38.366349"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.367339"], ["updated_at", "2015-02-21 01:01:38.367339"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.368520"], ["updated_at", "2015-02-21 01:01:38.368520"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.369803"], ["updated_at", "2015-02-21 01:01:38.369803"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:01:38.371002"], ["updated_at", "2015-02-21 01:01:38.371002"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150221010132_add_magic_addresses.rb:89)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150221010132_add_magic_addresses.rb:107)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150221010132_add_magic_addresses.rb:125)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.2ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.2ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_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_addresses/spec/dummy/db/migrate/20150221010132_add_magic_addresses.rb:143)  (0.1ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) ALTER TABLE "mgca_subdistrict_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150221010132"]]  (2.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'  (1.0ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.0ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.8ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "street_number" varchar, "street_additional" varchar, "zipcode" integer, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.8ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_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_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.7ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_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_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.7ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.7ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.7ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.7ms) 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.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150221010132')  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831')  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (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", "20150213105831"]]  (0.7ms) commit transaction Migrating to AddMagicAddresses (20150221010447)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "street_default" varchar, "street_number" varchar, "street_additional" varchar, "zipcode" integer, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150221010447_add_magic_addresses.rb:73)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["default_name", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-21 01:04:50.640384"], ["updated_at", "2015-02-21 01:04:50.640384"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.643609"], ["updated_at", "2015-02-21 01:04:50.643609"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.644609"], ["updated_at", "2015-02-21 01:04:50.644609"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.646034"], ["updated_at", "2015-02-21 01:04:50.646034"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.646857"], ["updated_at", "2015-02-21 01:04:50.646857"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.647670"], ["updated_at", "2015-02-21 01:04:50.647670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.648400"], ["updated_at", "2015-02-21 01:04:50.648400"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.649145"], ["updated_at", "2015-02-21 01:04:50.649145"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-21 01:04:50.649889"], ["updated_at", "2015-02-21 01:04:50.649889"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["default_name", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-21 01:04:50.654686"], ["updated_at", "2015-02-21 01:04:50.654686"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.656272"], ["updated_at", "2015-02-21 01:04:50.656272"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.657748"], ["updated_at", "2015-02-21 01:04:50.657748"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.659052"], ["updated_at", "2015-02-21 01:04:50.659052"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.659929"], ["updated_at", "2015-02-21 01:04:50.659929"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.660654"], ["updated_at", "2015-02-21 01:04:50.660654"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.661540"], ["updated_at", "2015-02-21 01:04:50.661540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.662486"], ["updated_at", "2015-02-21 01:04:50.662486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-21 01:04:50.663184"], ["updated_at", "2015-02-21 01:04:50.663184"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["default_name", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-21 01:04:50.667252"], ["updated_at", "2015-02-21 01:04:50.667252"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.668240"], ["updated_at", "2015-02-21 01:04:50.668240"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.669156"], ["updated_at", "2015-02-21 01:04:50.669156"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.669917"], ["updated_at", "2015-02-21 01:04:50.669917"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.670691"], ["updated_at", "2015-02-21 01:04:50.670691"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.671461"], ["updated_at", "2015-02-21 01:04:50.671461"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.672210"], ["updated_at", "2015-02-21 01:04:50.672210"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.672999"], ["updated_at", "2015-02-21 01:04:50.672999"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-21 01:04:50.673757"], ["updated_at", "2015-02-21 01:04:50.673757"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["default_name", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-21 01:04:50.678131"], ["updated_at", "2015-02-21 01:04:50.678131"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.679507"], ["updated_at", "2015-02-21 01:04:50.679507"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.680696"], ["updated_at", "2015-02-21 01:04:50.680696"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.681534"], ["updated_at", "2015-02-21 01:04:50.681534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.682460"], ["updated_at", "2015-02-21 01:04:50.682460"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.683216"], ["updated_at", "2015-02-21 01:04:50.683216"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.683931"], ["updated_at", "2015-02-21 01:04:50.683931"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.684708"], ["updated_at", "2015-02-21 01:04:50.684708"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-21 01:04:50.685521"], ["updated_at", "2015-02-21 01:04:50.685521"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["default_name", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-21 01:04:50.689583"], ["updated_at", "2015-02-21 01:04:50.689583"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.690527"], ["updated_at", "2015-02-21 01:04:50.690527"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.691248"], ["updated_at", "2015-02-21 01:04:50.691248"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.691945"], ["updated_at", "2015-02-21 01:04:50.691945"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.692616"], ["updated_at", "2015-02-21 01:04:50.692616"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.693329"], ["updated_at", "2015-02-21 01:04:50.693329"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.694006"], ["updated_at", "2015-02-21 01:04:50.694006"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.694676"], ["updated_at", "2015-02-21 01:04:50.694676"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-21 01:04:50.695353"], ["updated_at", "2015-02-21 01:04:50.695353"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-21 01:04:50.699012"], ["updated_at", "2015-02-21 01:04:50.699012"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.699724"], ["updated_at", "2015-02-21 01:04:50.699724"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.700441"], ["updated_at", "2015-02-21 01:04:50.700441"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.701106"], ["updated_at", "2015-02-21 01:04:50.701106"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.701786"], ["updated_at", "2015-02-21 01:04:50.701786"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.702452"], ["updated_at", "2015-02-21 01:04:50.702452"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.703174"], ["updated_at", "2015-02-21 01:04:50.703174"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.703842"], ["updated_at", "2015-02-21 01:04:50.703842"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-21 01:04:50.704538"], ["updated_at", "2015-02-21 01:04:50.704538"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["default_name", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-21 01:04:50.708233"], ["updated_at", "2015-02-21 01:04:50.708233"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.709047"], ["updated_at", "2015-02-21 01:04:50.709047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.709907"], ["updated_at", "2015-02-21 01:04:50.709907"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.710671"], ["updated_at", "2015-02-21 01:04:50.710671"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.711371"], ["updated_at", "2015-02-21 01:04:50.711371"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.712038"], ["updated_at", "2015-02-21 01:04:50.712038"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.712723"], ["updated_at", "2015-02-21 01:04:50.712723"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.713398"], ["updated_at", "2015-02-21 01:04:50.713398"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-21 01:04:50.714062"], ["updated_at", "2015-02-21 01:04:50.714062"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["default_name", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-21 01:04:50.717697"], ["updated_at", "2015-02-21 01:04:50.717697"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.718409"], ["updated_at", "2015-02-21 01:04:50.718409"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.719127"], ["updated_at", "2015-02-21 01:04:50.719127"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.719850"], ["updated_at", "2015-02-21 01:04:50.719850"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.720663"], ["updated_at", "2015-02-21 01:04:50.720663"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.721420"], ["updated_at", "2015-02-21 01:04:50.721420"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.722146"], ["updated_at", "2015-02-21 01:04:50.722146"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.723326"], ["updated_at", "2015-02-21 01:04:50.723326"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-21 01:04:50.724289"], ["updated_at", "2015-02-21 01:04:50.724289"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["default_name", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-21 01:04:50.728515"], ["updated_at", "2015-02-21 01:04:50.728515"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.729375"], ["updated_at", "2015-02-21 01:04:50.729375"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.730185"], ["updated_at", "2015-02-21 01:04:50.730185"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.730944"], ["updated_at", "2015-02-21 01:04:50.730944"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.731704"], ["updated_at", "2015-02-21 01:04:50.731704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.732441"], ["updated_at", "2015-02-21 01:04:50.732441"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.733101"], ["updated_at", "2015-02-21 01:04:50.733101"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.733852"], ["updated_at", "2015-02-21 01:04:50.733852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-21 01:04:50.734517"], ["updated_at", "2015-02-21 01:04:50.734517"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["default_name", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-21 01:04:50.738277"], ["updated_at", "2015-02-21 01:04:50.738277"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.739001"], ["updated_at", "2015-02-21 01:04:50.739001"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.739704"], ["updated_at", "2015-02-21 01:04:50.739704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.740378"], ["updated_at", "2015-02-21 01:04:50.740378"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.741050"], ["updated_at", "2015-02-21 01:04:50.741050"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.741739"], ["updated_at", "2015-02-21 01:04:50.741739"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.742402"], ["updated_at", "2015-02-21 01:04:50.742402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.743064"], ["updated_at", "2015-02-21 01:04:50.743064"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-21 01:04:50.743740"], ["updated_at", "2015-02-21 01:04:50.743740"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["default_name", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-21 01:04:50.748993"], ["updated_at", "2015-02-21 01:04:50.748993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.750379"], ["updated_at", "2015-02-21 01:04:50.750379"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.751233"], ["updated_at", "2015-02-21 01:04:50.751233"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.751951"], ["updated_at", "2015-02-21 01:04:50.751951"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.752714"], ["updated_at", "2015-02-21 01:04:50.752714"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.753676"], ["updated_at", "2015-02-21 01:04:50.753676"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.755098"], ["updated_at", "2015-02-21 01:04:50.755098"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.756206"], ["updated_at", "2015-02-21 01:04:50.756206"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-21 01:04:50.757708"], ["updated_at", "2015-02-21 01:04:50.757708"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["default_name", "France"], ["iso_code", "FR"], ["created_at", "2015-02-21 01:04:50.761826"], ["updated_at", "2015-02-21 01:04:50.761826"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.762759"], ["updated_at", "2015-02-21 01:04:50.762759"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.763550"], ["updated_at", "2015-02-21 01:04:50.763550"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.764253"], ["updated_at", "2015-02-21 01:04:50.764253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.764932"], ["updated_at", "2015-02-21 01:04:50.764932"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.765602"], ["updated_at", "2015-02-21 01:04:50.765602"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.766402"], ["updated_at", "2015-02-21 01:04:50.766402"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.767182"], ["updated_at", "2015-02-21 01:04:50.767182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-21 01:04:50.768107"], ["updated_at", "2015-02-21 01:04:50.768107"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["default_name", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-21 01:04:50.772363"], ["updated_at", "2015-02-21 01:04:50.772363"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.773254"], ["updated_at", "2015-02-21 01:04:50.773254"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.774061"], ["updated_at", "2015-02-21 01:04:50.774061"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.774829"], ["updated_at", "2015-02-21 01:04:50.774829"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.775542"], ["updated_at", "2015-02-21 01:04:50.775542"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.776297"], ["updated_at", "2015-02-21 01:04:50.776297"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.777069"], ["updated_at", "2015-02-21 01:04:50.777069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.777762"], ["updated_at", "2015-02-21 01:04:50.777762"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-21 01:04:50.778481"], ["updated_at", "2015-02-21 01:04:50.778481"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["default_name", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-21 01:04:50.783689"], ["updated_at", "2015-02-21 01:04:50.783689"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.784669"], ["updated_at", "2015-02-21 01:04:50.784669"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.785453"], ["updated_at", "2015-02-21 01:04:50.785453"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.786200"], ["updated_at", "2015-02-21 01:04:50.786200"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.786941"], ["updated_at", "2015-02-21 01:04:50.786941"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.787682"], ["updated_at", "2015-02-21 01:04:50.787682"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.788403"], ["updated_at", "2015-02-21 01:04:50.788403"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.789167"], ["updated_at", "2015-02-21 01:04:50.789167"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-21 01:04:50.790467"], ["updated_at", "2015-02-21 01:04:50.790467"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["default_name", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-21 01:04:50.794508"], ["updated_at", "2015-02-21 01:04:50.794508"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.795253"], ["updated_at", "2015-02-21 01:04:50.795253"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.795952"], ["updated_at", "2015-02-21 01:04:50.795952"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.796637"], ["updated_at", "2015-02-21 01:04:50.796637"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.797322"], ["updated_at", "2015-02-21 01:04:50.797322"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.798001"], ["updated_at", "2015-02-21 01:04:50.798001"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.798661"], ["updated_at", "2015-02-21 01:04:50.798661"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.799324"], ["updated_at", "2015-02-21 01:04:50.799324"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-21 01:04:50.800000"], ["updated_at", "2015-02-21 01:04:50.800000"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["default_name", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-21 01:04:50.803637"], ["updated_at", "2015-02-21 01:04:50.803637"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.804351"], ["updated_at", "2015-02-21 01:04:50.804351"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.805068"], ["updated_at", "2015-02-21 01:04:50.805068"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.805759"], ["updated_at", "2015-02-21 01:04:50.805759"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.806482"], ["updated_at", "2015-02-21 01:04:50.806482"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.807142"], ["updated_at", "2015-02-21 01:04:50.807142"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.807818"], ["updated_at", "2015-02-21 01:04:50.807818"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.808512"], ["updated_at", "2015-02-21 01:04:50.808512"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-21 01:04:50.809194"], ["updated_at", "2015-02-21 01:04:50.809194"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["default_name", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-21 01:04:50.813320"], ["updated_at", "2015-02-21 01:04:50.813320"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.814207"], ["updated_at", "2015-02-21 01:04:50.814207"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.815004"], ["updated_at", "2015-02-21 01:04:50.815004"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.815766"], ["updated_at", "2015-02-21 01:04:50.815766"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.816533"], ["updated_at", "2015-02-21 01:04:50.816533"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.817287"], ["updated_at", "2015-02-21 01:04:50.817287"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.818074"], ["updated_at", "2015-02-21 01:04:50.818074"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.818803"], ["updated_at", "2015-02-21 01:04:50.818803"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-21 01:04:50.819487"], ["updated_at", "2015-02-21 01:04:50.819487"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["default_name", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-21 01:04:50.823335"], ["updated_at", "2015-02-21 01:04:50.823335"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.824047"], ["updated_at", "2015-02-21 01:04:50.824047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.824760"], ["updated_at", "2015-02-21 01:04:50.824760"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.825429"], ["updated_at", "2015-02-21 01:04:50.825429"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.826109"], ["updated_at", "2015-02-21 01:04:50.826109"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.826773"], ["updated_at", "2015-02-21 01:04:50.826773"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.827443"], ["updated_at", "2015-02-21 01:04:50.827443"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.828145"], ["updated_at", "2015-02-21 01:04:50.828145"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-21 01:04:50.829058"], ["updated_at", "2015-02-21 01:04:50.829058"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["default_name", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-21 01:04:50.833599"], ["updated_at", "2015-02-21 01:04:50.833599"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.834548"], ["updated_at", "2015-02-21 01:04:50.834548"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.835582"], ["updated_at", "2015-02-21 01:04:50.835582"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.836936"], ["updated_at", "2015-02-21 01:04:50.836936"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.838170"], ["updated_at", "2015-02-21 01:04:50.838170"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.839543"], ["updated_at", "2015-02-21 01:04:50.839543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.840450"], ["updated_at", "2015-02-21 01:04:50.840450"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.841220"], ["updated_at", "2015-02-21 01:04:50.841220"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-21 01:04:50.841905"], ["updated_at", "2015-02-21 01:04:50.841905"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["default_name", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-21 01:04:50.845659"], ["updated_at", "2015-02-21 01:04:50.845659"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.846394"], ["updated_at", "2015-02-21 01:04:50.846394"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.847089"], ["updated_at", "2015-02-21 01:04:50.847089"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.847770"], ["updated_at", "2015-02-21 01:04:50.847770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.848453"], ["updated_at", "2015-02-21 01:04:50.848453"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.849154"], ["updated_at", "2015-02-21 01:04:50.849154"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.849891"], ["updated_at", "2015-02-21 01:04:50.849891"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.850568"], ["updated_at", "2015-02-21 01:04:50.850568"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-21 01:04:50.851232"], ["updated_at", "2015-02-21 01:04:50.851232"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["default_name", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-21 01:04:50.854937"], ["updated_at", "2015-02-21 01:04:50.854937"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.855767"], ["updated_at", "2015-02-21 01:04:50.855767"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.856663"], ["updated_at", "2015-02-21 01:04:50.856663"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.857550"], ["updated_at", "2015-02-21 01:04:50.857550"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.858378"], ["updated_at", "2015-02-21 01:04:50.858378"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.859310"], ["updated_at", "2015-02-21 01:04:50.859310"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.860594"], ["updated_at", "2015-02-21 01:04:50.860594"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.861607"], ["updated_at", "2015-02-21 01:04:50.861607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-21 01:04:50.862391"], ["updated_at", "2015-02-21 01:04:50.862391"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["default_name", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-21 01:04:50.866283"], ["updated_at", "2015-02-21 01:04:50.866283"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.867027"], ["updated_at", "2015-02-21 01:04:50.867027"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.867727"], ["updated_at", "2015-02-21 01:04:50.867727"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.868395"], ["updated_at", "2015-02-21 01:04:50.868395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.869079"], ["updated_at", "2015-02-21 01:04:50.869079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.869743"], ["updated_at", "2015-02-21 01:04:50.869743"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.870420"], ["updated_at", "2015-02-21 01:04:50.870420"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.871083"], ["updated_at", "2015-02-21 01:04:50.871083"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-21 01:04:50.871759"], ["updated_at", "2015-02-21 01:04:50.871759"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["default_name", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-21 01:04:50.875413"], ["updated_at", "2015-02-21 01:04:50.875413"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.876167"], ["updated_at", "2015-02-21 01:04:50.876167"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.877070"], ["updated_at", "2015-02-21 01:04:50.877070"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.877988"], ["updated_at", "2015-02-21 01:04:50.877988"]] SQL (0.2ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.880355"], ["updated_at", "2015-02-21 01:04:50.880355"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.882447"], ["updated_at", "2015-02-21 01:04:50.882447"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.884140"], ["updated_at", "2015-02-21 01:04:50.884140"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.885032"], ["updated_at", "2015-02-21 01:04:50.885032"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-21 01:04:50.885857"], ["updated_at", "2015-02-21 01:04:50.885857"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["default_name", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-21 01:04:50.891399"], ["updated_at", "2015-02-21 01:04:50.891399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.892873"], ["updated_at", "2015-02-21 01:04:50.892873"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.893704"], ["updated_at", "2015-02-21 01:04:50.893704"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.894419"], ["updated_at", "2015-02-21 01:04:50.894419"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.895108"], ["updated_at", "2015-02-21 01:04:50.895108"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.895836"], ["updated_at", "2015-02-21 01:04:50.895836"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.896543"], ["updated_at", "2015-02-21 01:04:50.896543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.897248"], ["updated_at", "2015-02-21 01:04:50.897248"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-21 01:04:50.897960"], ["updated_at", "2015-02-21 01:04:50.897960"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["default_name", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-21 01:04:50.901932"], ["updated_at", "2015-02-21 01:04:50.901932"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.902848"], ["updated_at", "2015-02-21 01:04:50.902848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.903656"], ["updated_at", "2015-02-21 01:04:50.903656"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.904426"], ["updated_at", "2015-02-21 01:04:50.904426"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.905182"], ["updated_at", "2015-02-21 01:04:50.905182"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.905948"], ["updated_at", "2015-02-21 01:04:50.905948"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.906678"], ["updated_at", "2015-02-21 01:04:50.906678"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.907411"], ["updated_at", "2015-02-21 01:04:50.907411"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-21 01:04:50.908163"], ["updated_at", "2015-02-21 01:04:50.908163"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["default_name", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-21 01:04:50.912312"], ["updated_at", "2015-02-21 01:04:50.912312"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.913664"], ["updated_at", "2015-02-21 01:04:50.913664"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.914790"], ["updated_at", "2015-02-21 01:04:50.914790"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.915570"], ["updated_at", "2015-02-21 01:04:50.915570"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.916330"], ["updated_at", "2015-02-21 01:04:50.916330"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.917098"], ["updated_at", "2015-02-21 01:04:50.917098"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.917832"], ["updated_at", "2015-02-21 01:04:50.917832"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.918581"], ["updated_at", "2015-02-21 01:04:50.918581"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-21 01:04:50.919459"], ["updated_at", "2015-02-21 01:04:50.919459"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["default_name", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-21 01:04:50.925236"], ["updated_at", "2015-02-21 01:04:50.925236"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.926079"], ["updated_at", "2015-02-21 01:04:50.926079"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.926817"], ["updated_at", "2015-02-21 01:04:50.926817"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.927534"], ["updated_at", "2015-02-21 01:04:50.927534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.928225"], ["updated_at", "2015-02-21 01:04:50.928225"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.928957"], ["updated_at", "2015-02-21 01:04:50.928957"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.929647"], ["updated_at", "2015-02-21 01:04:50.929647"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.930324"], ["updated_at", "2015-02-21 01:04:50.930324"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-21 01:04:50.930999"], ["updated_at", "2015-02-21 01:04:50.930999"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["default_name", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-21 01:04:50.934667"], ["updated_at", "2015-02-21 01:04:50.934667"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.935415"], ["updated_at", "2015-02-21 01:04:50.935415"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.936136"], ["updated_at", "2015-02-21 01:04:50.936136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.936807"], ["updated_at", "2015-02-21 01:04:50.936807"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.937487"], ["updated_at", "2015-02-21 01:04:50.937487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.938146"], ["updated_at", "2015-02-21 01:04:50.938146"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.938817"], ["updated_at", "2015-02-21 01:04:50.938817"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.939534"], ["updated_at", "2015-02-21 01:04:50.939534"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-21 01:04:50.940228"], ["updated_at", "2015-02-21 01:04:50.940228"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["default_name", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-21 01:04:50.944266"], ["updated_at", "2015-02-21 01:04:50.944266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.945206"], ["updated_at", "2015-02-21 01:04:50.945206"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.946067"], ["updated_at", "2015-02-21 01:04:50.946067"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.946825"], ["updated_at", "2015-02-21 01:04:50.946825"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.947591"], ["updated_at", "2015-02-21 01:04:50.947591"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.948349"], ["updated_at", "2015-02-21 01:04:50.948349"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.949035"], ["updated_at", "2015-02-21 01:04:50.949035"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.949752"], ["updated_at", "2015-02-21 01:04:50.949752"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-21 01:04:50.950504"], ["updated_at", "2015-02-21 01:04:50.950504"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["default_name", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-21 01:04:50.954243"], ["updated_at", "2015-02-21 01:04:50.954243"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.954968"], ["updated_at", "2015-02-21 01:04:50.954968"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.955685"], ["updated_at", "2015-02-21 01:04:50.955685"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.956364"], ["updated_at", "2015-02-21 01:04:50.956364"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.957030"], ["updated_at", "2015-02-21 01:04:50.957030"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.957707"], ["updated_at", "2015-02-21 01:04:50.957707"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.968791"], ["updated_at", "2015-02-21 01:04:50.968791"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.970033"], ["updated_at", "2015-02-21 01:04:50.970033"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-21 01:04:50.971276"], ["updated_at", "2015-02-21 01:04:50.971276"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["default_name", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-21 01:04:50.976085"], ["updated_at", "2015-02-21 01:04:50.976085"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.976909"], ["updated_at", "2015-02-21 01:04:50.976909"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.977648"], ["updated_at", "2015-02-21 01:04:50.977648"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.978311"], ["updated_at", "2015-02-21 01:04:50.978311"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.978993"], ["updated_at", "2015-02-21 01:04:50.978993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.979662"], ["updated_at", "2015-02-21 01:04:50.979662"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.980355"], ["updated_at", "2015-02-21 01:04:50.980355"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.981040"], ["updated_at", "2015-02-21 01:04:50.981040"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-21 01:04:50.981722"], ["updated_at", "2015-02-21 01:04:50.981722"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["default_name", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-21 01:04:50.985531"], ["updated_at", "2015-02-21 01:04:50.985531"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.986395"], ["updated_at", "2015-02-21 01:04:50.986395"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.987297"], ["updated_at", "2015-02-21 01:04:50.987297"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.988151"], ["updated_at", "2015-02-21 01:04:50.988151"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.989004"], ["updated_at", "2015-02-21 01:04:50.989004"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.989815"], ["updated_at", "2015-02-21 01:04:50.989815"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.990594"], ["updated_at", "2015-02-21 01:04:50.990594"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.991347"], ["updated_at", "2015-02-21 01:04:50.991347"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-21 01:04:50.992055"], ["updated_at", "2015-02-21 01:04:50.992055"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["default_name", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-21 01:04:50.996929"], ["updated_at", "2015-02-21 01:04:50.996929"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:50.998022"], ["updated_at", "2015-02-21 01:04:50.998022"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:50.998947"], ["updated_at", "2015-02-21 01:04:50.998947"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:50.999806"], ["updated_at", "2015-02-21 01:04:50.999806"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:51.000557"], ["updated_at", "2015-02-21 01:04:51.000557"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:51.001426"], ["updated_at", "2015-02-21 01:04:51.001426"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:51.002853"], ["updated_at", "2015-02-21 01:04:51.002853"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:51.004025"], ["updated_at", "2015-02-21 01:04:51.004025"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-21 01:04:51.005415"], ["updated_at", "2015-02-21 01:04:51.005415"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["default_name", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-21 01:04:51.009499"], ["updated_at", "2015-02-21 01:04:51.009499"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.010272"], ["updated_at", "2015-02-21 01:04:51.010272"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.011020"], ["updated_at", "2015-02-21 01:04:51.011020"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.011692"], ["updated_at", "2015-02-21 01:04:51.011692"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.012414"], ["updated_at", "2015-02-21 01:04:51.012414"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.013090"], ["updated_at", "2015-02-21 01:04:51.013090"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.013784"], ["updated_at", "2015-02-21 01:04:51.013784"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.014447"], ["updated_at", "2015-02-21 01:04:51.014447"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-21 01:04:51.015139"], ["updated_at", "2015-02-21 01:04:51.015139"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["default_name", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-21 01:04:51.018848"], ["updated_at", "2015-02-21 01:04:51.018848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.019559"], ["updated_at", "2015-02-21 01:04:51.019559"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.020281"], ["updated_at", "2015-02-21 01:04:51.020281"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.020951"], ["updated_at", "2015-02-21 01:04:51.020951"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.021733"], ["updated_at", "2015-02-21 01:04:51.021733"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.022726"], ["updated_at", "2015-02-21 01:04:51.022726"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.023833"], ["updated_at", "2015-02-21 01:04:51.023833"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.024526"], ["updated_at", "2015-02-21 01:04:51.024526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-21 01:04:51.025218"], ["updated_at", "2015-02-21 01:04:51.025218"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "United States"], ["iso_code", "US"], ["created_at", "2015-02-21 01:04:51.030142"], ["updated_at", "2015-02-21 01:04:51.030142"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.031047"], ["updated_at", "2015-02-21 01:04:51.031047"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.031894"], ["updated_at", "2015-02-21 01:04:51.031894"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.032673"], ["updated_at", "2015-02-21 01:04:51.032673"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.033399"], ["updated_at", "2015-02-21 01:04:51.033399"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.034112"], ["updated_at", "2015-02-21 01:04:51.034112"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.034775"], ["updated_at", "2015-02-21 01:04:51.034775"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.035498"], ["updated_at", "2015-02-21 01:04:51.035498"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-21 01:04:51.036263"], ["updated_at", "2015-02-21 01:04:51.036263"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150221010447_add_magic_addresses.rb:91)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.1ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150221010447_add_magic_addresses.rb:109)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150221010447_add_magic_addresses.rb:127)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.1ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.2ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_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_addresses/spec/dummy/db/migrate/20150221010447_add_magic_addresses.rb:145)  (0.1ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_subdistrict_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150221010447"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' Started GET "/" for ::1 at 2015-02-23 11:20:05 +0100 ActiveRecord::SchemaMigration Load (0.3ms) 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.0/lib/rails/templates/rails/welcome/index.html.erb (1.6ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/mgca" for ::1 at 2015-02-23 11:20:14 +0100 ActionController::RoutingError (uninitialized constant MagicAddresses::CitiesController): activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (50.1ms) Started GET "/mgca" for ::1 at 2015-02-23 11:22:36 +0100 ActionController::RoutingError (uninitialized constant MagicAddresses::CitiesController): activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.6ms) Started GET "/mgca" for ::1 at 2015-02-23 11:22:42 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant MagicAddresses::CitiesController): activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (41.3ms) Started GET "/mgca" for ::1 at 2015-02-23 11:23:02 +0100 ActionController::RoutingError (uninitialized constant MagicAddresses::CitiesController): activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (34.4ms) Started GET "/mgca" for ::1 at 2015-02-23 11:23:08 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" LoadError (cannot load such file -- ../../app/models/magic_addresses/cities_controller): activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (20.2ms) Started GET "/mgca" for ::1 at 2015-02-23 11:23:38 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant MagicAddresses::BaseController): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.3ms) Started GET "/mgca" for ::1 at 2015-02-23 11:24:09 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Completed 500 Internal Server Error in 24ms ActionView::MissingTemplate (Missing template magic_addresses/cities/index, magic_addresses/base/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/views" ): actionview (4.2.0) lib/action_view/path_set.rb:46:in `find' actionview (4.2.0) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (20.0ms) Started GET "/mgca" for ::1 at 2015-02-23 11:42:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Completed 500 Internal Server Error in 26ms ActionView::MissingTemplate (Missing template magic_addresses/cities/index, magic_addresses/base/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/views" ): actionview (4.2.0) lib/action_view/path_set.rb:46:in `find' actionview (4.2.0) lib/action_view/lookup_context.rb:121:in `find' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (26.8ms) Started GET "/mgca" for ::1 at 2015-02-23 11:44:23 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (1.0ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (10.0ms) Completed 500 Internal Server Error in 39ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x000001091fb9e0>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1235260978541614006_2223900060' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:46:51 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.1ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x0000010923bc48>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1235260978541614006_2223900060' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.4ms) Started GET "/mgca" for ::1 at 2015-02-23 11:46:57 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.2ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (8.1ms) Completed 500 Internal Server Error in 32ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x00000103b6b800>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1732596572852123946_2178353680' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.7ms) Started GET "/mgca" for ::1 at 2015-02-23 11:47:21 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (6.0ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x00000102fe1750>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1732596572852123946_2178353680' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.3ms) Started GET "/mgca" for ::1 at 2015-02-23 11:47:23 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.4ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x00000107bac928>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1732596572852123946_2178353680' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.5ms) Started GET "/mgca" for ::1 at 2015-02-23 11:47:30 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (6.2ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x000001029d64f0>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1732596572852123946_2178353680' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:47:35 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant MagicAddresses::BaseController::MgcaHelper): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.0ms) Started GET "/mgca" for ::1 at 2015-02-23 11:48:19 +0100 AbstractController::Helpers::MissingHelperError (Missing helper file helpers/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.5ms) Started GET "/mgca" for ::1 at 2015-02-23 11:48:56 +0100 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" AbstractController::Helpers::MissingHelperError (Missing helper file helpers/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.5ms) Started GET "/mgca" for ::1 at 2015-02-23 11:49:31 +0100 ActionController::RoutingError (uninitialized constant MagicAddresses::BaseController::MgcaHelper): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (42.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:49:32 +0100 ActionController::RoutingError (uninitialized constant MagicAddresses::BaseController::MgcaHelper): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (36.2ms) Started GET "/mgca" for ::1 at 2015-02-23 11:49:38 +0100 ActionController::RoutingError (uninitialized constant MgcaHelper): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (36.3ms) Started GET "/mgca" for ::1 at 2015-02-23 11:49:45 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (uninitialized constant MgcaHelper): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.2ms) Started GET "/mgca" for ::1 at 2015-02-23 11:50:28 +0100 ActionController::RoutingError (uninitialized constant MgcaHelper): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:6:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (35.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:50:46 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (8.7ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x00000102e5d000>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__3496184080905000908_2171693500' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.3ms) Started GET "/mgca" for ::1 at 2015-02-23 11:51:43 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.2ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `wizard_location_wrapper' for #<#:0x0000010904a038>): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__3496184080905000908_2171693500' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms) Started GET "/mgca" for ::1 at 2015-02-23 11:51:48 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.8ms) Started GET "/mgca" for ::1 at 2015-02-23 11:51:58 +0100 AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (11.4ms) Started GET "/mgca" for ::1 at 2015-02-23 11:52:21 +0100 AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (11.8ms) Started GET "/mgca" for ::1 at 2015-02-23 11:52:27 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:53:23 +0100 AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (11.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:53:42 +0100 AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (11.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:53:47 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" AbstractController::Helpers::MissingHelperError (Missing helper file helpers/magic_addresses/mgca_helper.rb): actionpack (4.2.0) lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `map!' actionpack (4.2.0) lib/abstract_controller/helpers.rb:144:in `modules_for_helpers' actionpack (4.2.0) lib/action_controller/metal/helpers.rb:93:in `modules_for_helpers' actionpack (4.2.0) lib/abstract_controller/helpers.rb:108:in `helper' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:7:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:2:in `' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.3ms) Started GET "/mgca" for ::1 at 2015-02-23 11:53:57 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (1.5ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1597300610157679597_2173471680' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.0ms) Started GET "/mgca" for ::1 at 2015-02-23 11:54:17 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (0.6ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1597300610157679597_2173471680' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.1ms) Started GET "/mgca" for ::1 at 2015-02-23 11:54:23 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (2.8ms) Completed 500 Internal Server Error in 34ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1047745977765602778_2219395040' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.9ms) Started GET "/mgca" for ::1 at 2015-02-23 11:56:01 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1047745977765602778_2219395040' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.8ms) Started GET "/mgca" for ::1 at 2015-02-23 12:20:48 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (3.8ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1946558962348047509_2168682720' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.5ms) Started GET "/mgca" for ::1 at 2015-02-23 12:21:54 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1946558962348047509_2168682720' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.7ms) Started GET "/mgca" for ::1 at 2015-02-23 12:21:59 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" SyntaxError (/Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23: syntax error, unexpected & options.merge!(:body => capture(&block)) if &block ^): /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23: syntax error, unexpected & options.merge!(:body => capture(&block)) if &block ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/cities_controller.rb:2:in `' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `const_get' activesupport (4.2.0) lib/active_support/inflector/methods.rb:263:in `block in constantize' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `each' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `inject' activesupport (4.2.0) lib/active_support/inflector/methods.rb:259:in `constantize' activesupport (4.2.0) lib/active_support/dependencies.rb:566:in `get' activesupport (4.2.0) lib/active_support/dependencies.rb:597:in `constantize' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:59:in `controller' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:38:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (19.6ms) Started GET "/mgca" for ::1 at 2015-02-23 12:22:14 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 22ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__4405103997008364902_2161986520' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.9ms) Started GET "/mgca" for ::1 at 2015-02-23 12:24:48 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (0.6ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__4405103997008364902_2161986520' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (12.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.3ms) Started GET "/mgca" for ::1 at 2015-02-23 12:24:53 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (2.7ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:23:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/app/controllers/magic_addresses/base_controller.rb:30:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1539869054865185228_2209493700' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.7ms) Started GET "/mgca" for ::1 at 2015-02-23 12:28:37 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (3.0ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:17:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1004824538209803868_2177316400' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.1ms) Started GET "/mgca" for ::1 at 2015-02-23 12:29:23 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (0.8ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:17:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__1004824538209803868_2177316400' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.7ms) Started GET "/mgca" for ::1 at 2015-02-23 12:29:27 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML DEPRECATION WARNING: `#capture(stream)` is deprecated and will be removed in the next release. (called from block_to_partial at /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.2ms) Completed 500 Internal Server Error in 28ms ActionView::Template::Error (undefined method `close' for nil:NilClass): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:103:in `ensure in capture' activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:105:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:17:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb__3051143242752882979_2161970000' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.1ms) Started GET "/mgca" for ::1 at 2015-02-23 12:30:25 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (1.2ms) Completed 500 Internal Server Error in 30ms SyntaxError (/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1: syntax error, unexpected keyword_do_block, expecting keyword_end ... wizard_location_wrapper, {} do @output_buffer.safe_append=' ... ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:61: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1: syntax error, unexpected keyword_do_block, expecting keyword_end ... wizard_location_wrapper, {} do @output_buffer.safe_append=' ... ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:61: syntax error, unexpected keyword_ensure, expecting end-of-input actionview (4.2.0) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.0) lib/action_view/template.rb:296:in `compile' actionview (4.2.0) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.0) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.0) lib/action_view/template.rb:232:in `compile!' actionview (4.2.0) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.2ms) Started GET "/mgca" for ::1 at 2015-02-23 12:30:46 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (0.7ms) Completed 500 Internal Server Error in 3ms SyntaxError (/Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1: syntax error, unexpected tLABEL ...wizard_location_wrapper, honey: "sweet" do @output_buffer.sa... ... ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1: syntax error, unexpected keyword_do, expecting keyword_end ...tion_wrapper, honey: "sweet" do @output_buffer.safe_append=' ... ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:61: syntax error, unexpected keyword_ensure, expecting end-of-input): /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1: syntax error, unexpected tLABEL ...wizard_location_wrapper, honey: "sweet" do @output_buffer.sa... ... ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1: syntax error, unexpected keyword_do, expecting keyword_end ...tion_wrapper, honey: "sweet" do @output_buffer.safe_append=' ... ^ /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:61: syntax error, unexpected keyword_ensure, expecting end-of-input actionview (4.2.0) lib/action_view/template.rb:296:in `module_eval' actionview (4.2.0) lib/action_view/template.rb:296:in `compile' actionview (4.2.0) lib/action_view/template.rb:245:in `block (2 levels) in compile!' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:244:in `block in compile!' actionview (4.2.0) lib/action_view/template.rb:232:in `synchronize' actionview (4.2.0) lib/action_view/template.rb:232:in `compile!' actionview (4.2.0) lib/action_view/template.rb:144:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.4ms) Started GET "/mgca" for ::1 at 2015-02-23 12:31:08 +0100 Processing by MagicAddresses::CitiesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 3ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper honey: "sweet" do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:17:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1846620232978572632_2171535720' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.5ms) Started GET "/mgca" for ::1 at 2015-02-23 12:31:47 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (6.8ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `icon' for #<#:0x000001052d21d8>): 2: 3:
4:
5: <%= icon("location") %> <%= t("activerecord.attributes.location_city.other") %> 6:
7:
8: /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:5:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___1846620232978572632_2190902020' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms) Started GET "/mgca" for ::1 at 2015-02-23 12:32:10 +0100 Processing by MagicAddresses::CitiesController#index as HTML MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:32:10 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:32:10 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 12:34:43 +0100 Processing by MagicAddresses::CountriesController#index as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= wizard_location_wrapper do %> 2: 3:
4:
activesupport (4.2.0) lib/active_support/core_ext/kernel/reporting.rb:88:in `capture' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `block_to_partial' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:17:in `wizard_location_wrapper' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `wizard_location_wrapper' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:1:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1738848331997011825_2191540760' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.2ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:36:55 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (1.9ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (38.4ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (undefined method `icon' for #<#:0x00000102c09f10>): 1:
2:
3: <%= icon("location") %> <%= t("activerecord.attributes.location_country.other") %> 4:
5:
6: /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:3:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1738848331997011825_2170569120' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:37:39 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.5ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (15.0ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `country_flag' for #<#:0x00000102b8a558>): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1738848331997011825_2170307560' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1738848331997011825_2170307560' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:37:47 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (32.1ms) Completed 500 Internal Server Error in 64ms ActionView::Template::Error (undefined method `image_tag' for #): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:11:in `country_flag' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__234081125450903660_2224374780' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__234081125450903660_2224374780' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:38:52 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (9.1ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `image_tag' for #): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:11:in `country_flag' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__234081125450903660_2224374780' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__234081125450903660_2224374780' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.8ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:39:01 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (32.1ms) Completed 500 Internal Server Error in 62ms ActionView::Template::Error (undefined method `image_tag' for #): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:11:in `country_flag' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___1137018970024694565_2210079840' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___1137018970024694565_2210079840' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:40:23 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (24.6ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined method `image_tag' for ActionView::Helpers::AssetTagHelper:Module): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:11:in `country_flag' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1895825352361236883_2161752420' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1895825352361236883_2161752420' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:41:45 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (29.9ms) Completed 500 Internal Server Error in 54ms ActionView::Template::Error (undefined method `image_tag' for #): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:13:in `country_flag' actionpack (4.2.0) lib/abstract_controller/helpers.rb:67:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___1525279901183652539_2163526080' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___1525279901183652539_2163526080' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.1ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:44:54 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.4ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (48.8ms) Completed 500 Internal Server Error in 73ms ActionView::Template::Error (undefined method `name_default' for #): 37: <% end %> 38: 39: 40: <%= country.name_default %> 41: <%= country.dial_code %> 42: <%= country.fsm_state %> 43: activemodel (4.2.0) lib/active_model/attribute_methods.rb:433:in `method_missing' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:40:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1106130231510030160_2157468200' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb__1106130231510030160_2157468200' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:45:42 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (130.7ms) Completed 200 OK in 144ms (Views: 140.7ms | ActiveRecord: 2.4ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:45:42 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:45:42 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.9ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.2ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.0ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:45:42 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.6ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.0ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.9ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.0ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.0ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.0ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.8ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.1ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.7ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.8ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.1ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.0ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.6ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:45:43 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.7ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:45:44 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (33.2ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:45:44 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:45:44 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:45:44 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:47:35 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (119.7ms) Completed 200 OK in 127ms (Views: 124.3ms | ActiveRecord: 2.5ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:47:35 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.4ms) Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:47:35 +0100 Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.1ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.2ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.8ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.3ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.8ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.3ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.3ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.1ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.8ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.9ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.0ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.3ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.6ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.0ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:47:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.1ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.4ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.4ms) Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.0ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.7ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.3ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.1ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.5ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:47:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:49:54 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (125.7ms) Completed 200 OK in 135ms (Views: 131.3ms | ActiveRecord: 2.4ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:49:54 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:49:54 +0100 Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.1ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.9ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.0ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.8ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.7ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.6ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.2ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:49:54 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.7ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.3ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.9ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.8ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.5ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.8ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.3ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.8ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.1ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.4ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (11.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.5ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.4ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.8ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:49:55 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.0ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:50:06 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (164.9ms) Completed 200 OK in 204ms (Views: 183.6ms | ActiveRecord: 3.0ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:50:06 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.7ms) Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:50:06 +0100 Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.0ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (37.1ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.8ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.9ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.0ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.4ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.9ms) Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:50:06 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.9ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.0ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.0ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (9.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.4ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.8ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.3ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.3ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.4ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.6ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.9ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.8ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.0ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.5ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:50:07 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.1ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:50:08 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.1ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:52:56 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (148.7ms) Completed 200 OK in 195ms (Views: 167.5ms | ActiveRecord: 3.0ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:52:56 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:52:56 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:52:56 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.6ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:52:56 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:52:56 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.0ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.1ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.2ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.3ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.4ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.8ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.1ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.1ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (26.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (48.3ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.0ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.6ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.0ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.4ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.9ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:52:57 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.3ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.7ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.9ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.8ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.3ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.6ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:52:58 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:53:28 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (138.1ms) Completed 200 OK in 177ms (Views: 155.9ms | ActiveRecord: 3.0ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:53:29 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:53:29 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.2ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.6ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.3ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.1ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.0ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.4ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.1ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.0ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.7ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.3ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.1ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:53:29 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.0ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.2ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.5ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.0ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.2ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.8ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.7ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.9ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.9ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.9ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.9ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:53:30 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 12:56:35 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (142.7ms) Completed 200 OK in 191ms (Views: 163.2ms | ActiveRecord: 2.9ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 12:56:35 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 12:56:35 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 12:56:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.5ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 12:56:35 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.1ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.1ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.4ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.7ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.8ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.1ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.5ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.0ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (32.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.8ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.7ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.4ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.2ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.7ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.7ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.1ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 12:56:36 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.1ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.8ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.3ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.1ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.7ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.8ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 12:56:37 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:00:21 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (164.9ms) Completed 200 OK in 213ms (Views: 184.4ms | ActiveRecord: 3.1ms) Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.7ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:00:22 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:00:22 +0100 Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.1ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.2ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.7ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.1ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.9ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.7ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.6ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (25.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.8ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.9ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.1ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.3ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.9ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 13:00:22 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.4ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.0ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (38.8ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.0ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.6ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.6ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.9ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.3ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.4ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 13:00:23 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:01:12 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (148.2ms) Completed 200 OK in 156ms (Views: 152.7ms | ActiveRecord: 2.6ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:01:12 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:01:12 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 13:01:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.9ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.4ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (31.0ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (32.1ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.7ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.0ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.8ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.3ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.0ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.6ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.2ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.7ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.2ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.8ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 13:01:13 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.2ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.3ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.6ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.1ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.6ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.0ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.8ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.8ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.7ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 13:01:14 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:01:19 +0100 Started GET "/assets/flags/de.jpg" for ::1 at 2015-02-23 13:01:51 +0100 ActionController::RoutingError (No route matches [GET] "/assets/flags/de.jpg"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.9ms) Started GET "/assets/flags/flags_de.png" for ::1 at 2015-02-23 13:02:19 +0100 ActionController::RoutingError (No route matches [GET] "/assets/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.2ms) Started GET "/assets/flags/flags_de.png" for ::1 at 2015-02-23 13:02:35 +0100 ActionController::RoutingError (No route matches [GET] "/assets/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.7ms) Started GET "/assets/images/flags/flags_de.png" for ::1 at 2015-02-23 13:02:43 +0100 ActionController::RoutingError (No route matches [GET] "/assets/images/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.2ms) Started GET "/assets/images/flags/flags_de.png" for ::1 at 2015-02-23 13:02:55 +0100 ActionController::RoutingError (No route matches [GET] "/assets/images/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.2ms) Started GET "/assets/images/flags/flags_de.png" for ::1 at 2015-02-23 13:03:01 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActionController::RoutingError (No route matches [GET] "/assets/images/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.3ms) Started GET "/assets/images/flags/flags_de.png" for ::1 at 2015-02-23 13:03:03 +0100 ActionController::RoutingError (No route matches [GET] "/assets/images/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.9ms) Started GET "/assets/images/flags/flags_de.png" for ::1 at 2015-02-23 13:03:05 +0100 ActionController::RoutingError (No route matches [GET] "/assets/images/flags/flags_de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:03:10 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (146.8ms) Completed 200 OK in 177ms (Views: 156.4ms | ActiveRecord: 3.0ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:03:10 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:03:10 +0100 Started GET "/images/flags/countries/small/flag-at.png" for ::1 at 2015-02-23 13:03:10 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-at.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.0ms) Started GET "/images/flags/countries/small/flag-ba.png" for ::1 at 2015-02-23 13:03:10 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ba.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (29.8ms) Started GET "/images/flags/countries/small/flag-be.png" for ::1 at 2015-02-23 13:03:10 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-be.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.1ms) Started GET "/images/flags/countries/small/flag-bg.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-bg.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.2ms) Started GET "/images/flags/countries/small/flag-by.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-by.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-ca.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ca.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.2ms) Started GET "/images/flags/countries/small/flag-hr.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.4ms) Started GET "/images/flags/countries/small/flag-se.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-se.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.7ms) Started GET "/images/flags/countries/small/flag-pl.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.2ms) Started GET "/images/flags/countries/small/flag-dk.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-dk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.6ms) Started GET "/images/flags/countries/small/flag-sk.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-sk.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.2ms) Started GET "/images/flags/countries/small/flag-ch.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ch.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.8ms) Started GET "/images/flags/countries/small/flag-de.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-de.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.3ms) Started GET "/images/flags/countries/small/flag-es.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-es.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.7ms) Started GET "/images/flags/countries/small/flag-no.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-no.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.1ms) Started GET "/images/flags/countries/small/flag-rs.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-rs.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.3ms) Started GET "/images/flags/countries/small/flag-lu.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (25.8ms) Started GET "/images/flags/countries/small/flag-ru.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ru.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.2ms) Started GET "/images/flags/countries/small/flag-ie.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ie.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.5ms) Started GET "/images/flags/countries/small/flag-it.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-it.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-fi.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fi.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.6ms) Started GET "/images/flags/countries/small/flag-cz.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cz.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.9ms) Started GET "/images/flags/countries/small/flag-lv.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lv.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.7ms) Started GET "/images/flags/countries/small/flag-gr.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.2ms) Started GET "/images/flags/countries/small/flag-pt.png" for ::1 at 2015-02-23 13:03:11 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-pt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (22.4ms) Started GET "/images/flags/countries/small/flag-hu.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-hu.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.2ms) Started GET "/images/flags/countries/small/flag-fr.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-fr.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.8ms) Started GET "/images/flags/countries/small/flag-lt.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-lt.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.5ms) Started GET "/images/flags/countries/small/flag-cy.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-cy.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (30.7ms) Started GET "/images/flags/countries/small/flag-nl.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-nl.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (27.3ms) Started GET "/images/flags/countries/small/flag-ro.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ro.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.1ms) Started GET "/images/flags/countries/small/flag-li.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-li.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.3ms) Started GET "/images/flags/countries/small/flag-us.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-us.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (26.5ms) Started GET "/images/flags/countries/small/flag-gb.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-gb.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (39.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.4ms) Started GET "/images/flags/countries/small/flag-ua.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-ua.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.9ms) Started GET "/images/flags/countries/small/flag-si.png" for ::1 at 2015-02-23 13:03:12 +0100 ActionController::RoutingError (No route matches [GET] "/images/flags/countries/small/flag-si.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (24.5ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:05:07 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (30.5ms) Completed 500 Internal Server Error in 61ms ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( flags/countries/small/flag-at.png )` to `config/initializers/assets.rb` and restart your server): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for' sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:89:in `asset_path' actionview (4.2.0) lib/action_view/helpers/asset_url_helper.rb:292:in `image_path' actionview (4.2.0) lib/action_view/helpers/asset_tag_helper.rb:211:in `image_tag' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___2092759318984437770_2207315700' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___2092759318984437770_2207315700' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.2ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:05:58 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (4.7ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( flags/countries/small/flag-at.png )` to `config/initializers/assets.rb` and restart your server): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for' sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:89:in `asset_path' actionview (4.2.0) lib/action_view/helpers/asset_url_helper.rb:292:in `image_path' actionview (4.2.0) lib/action_view/helpers/asset_tag_helper.rb:211:in `image_tag' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___2092759318984437770_2207315700' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___2092759318984437770_2207315700' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.4ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:06:17 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (28.3ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( flags/countries/small/flag-at.png )` to `config/initializers/assets.rb` and restart your server): 25: 26: 27: 28: <%= country_flag( country.iso_code, "small" ) %> 29: <%= country.name %> 30: 31: sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:193:in `check_errors_for' sprockets-rails (2.2.4) lib/sprockets/rails/helper.rb:89:in `asset_path' actionview (4.2.0) lib/action_view/helpers/asset_url_helper.rb:292:in `image_path' actionview (4.2.0) lib/action_view/helpers/asset_tag_helper.rb:211:in `image_tag' /Users/austin/Sites/berlinmagic/magic_addresses/lib/helpers/mgca_helper.rb:10:in `country_flag' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:28:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___4311350033407033902_2213728640' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' activerecord (4.2.0) lib/active_record/relation/delegation.rb:46:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb:24:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_countries_index_html_erb___4311350033407033902_2213728640' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.9ms) Started GET "/mgca/countries" for ::1 at 2015-02-23 13:07:05 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (170.8ms) Completed 200 OK in 219ms (Views: 191.3ms | ActiveRecord: 3.2ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 13:07:05 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 13:11:48 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (57.3ms) Completed 200 OK in 67ms (Views: 63.8ms | ActiveRecord: 2.2ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 13:11:48 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 13:14:06 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.5ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (56.8ms) Completed 200 OK in 68ms (Views: 63.9ms | ActiveRecord: 2.5ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 13:14:07 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 13:14:14 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::CountriesController#index as HTML SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (130.7ms) Completed 200 OK in 179ms (Views: 150.5ms | ActiveRecord: 2.9ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 13:14:14 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 13:41:11 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.7ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (63.3ms) Completed 200 OK in 72ms (Views: 68.8ms | ActiveRecord: 2.8ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 13:41:11 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 13:45:00 +0100 Processing by MagicAddresses::CountriesController#index as HTML SQL (0.7ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (52.3ms) Completed 200 OK in 62ms (Views: 58.5ms | ActiveRecord: 2.6ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 13:45:00 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 13:45:21 +0100 ArgumentError (Invalid route name, already in use: 'root' You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here: http://guides.rubyonrails.org/routing.html#restricting-the-routes-created): config/routes.rb:13:in `block in ' config/routes.rb:1:in `' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (13.1ms) Started GET "/" for ::1 at 2015-02-23 13:45:35 +0100 ActionController::RoutingError (No route matches [GET] "/"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (42.9ms) Started GET "/" for ::1 at 2015-02-23 13:46:33 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.9ms) Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:46:33 +0100 Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:46:33 +0100 Started GET "/" for ::1 at 2015-02-23 13:46:47 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.0ms) Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5266d2988799ecc8fe6e81eaab412e7d.css?body=1" for ::1 at 2015-02-23 13:46:47 +0100 Started GET "/assets/application-5f1f3a0d9f2a8d9e8fcda8edadddaf68.js?body=1" for ::1 at 2015-02-23 13:46:47 +0100 Started GET "/" for ::1 at 2015-02-23 13:50:53 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.0ms) Completed 500 Internal Server Error in 4810ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/assets/javascripts/application.js:1)): 3: 4: Dummy 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2988600200393136596_2227935580' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms) Started GET "/" for ::1 at 2015-02-23 13:51:09 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.9ms) Completed 200 OK in 1059ms (Views: 1059.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 13:51:10 +0100 Started GET "/" for ::1 at 2015-02-23 14:00:14 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.0ms) Completed 200 OK in 103ms (Views: 102.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:00:14 +0100 Started GET "/mgca" for ::1 at 2015-02-23 14:00:17 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities" Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (25.8ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (No route matches {:action=>"index", :controller=>"magic_addresses/subcities"}): 13: 14: <% %w(country state city subcity subsubcity).each do |l| %> 15: 16:
  • "> 17: <%= link_to url_for(controller: "magic_addresses/#{l.tableize}", action: "index") do %> 18: <%= t("activerecord.attributes.magic_addresses_#{l}.other") %> <%= "::MagicAddresses::#{l.classify}".constantize.count %> 19: <% end %> actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for' actionpack (4.2.0) lib/action_dispatch/routing/url_for.rb:156:in `url_for' actionview (4.2.0) lib/action_view/routing_url_for.rb:94:in `url_for' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:16:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___3221851810909380574_2161449800' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:14:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:14:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___3221851810909380574_2161449800' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.1ms) Started GET "/mgca" for ::1 at 2015-02-23 14:00:59 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities" Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (11.9ms) Completed 500 Internal Server Error in 16ms ActionView::Template::Error (No route matches {:action=>"index", :controller=>"magic_addresses/subcities"}): 13: 14: <% %w(country state city subcity subsubcity).each do |l| %> 15: 16:
  • "> 17: <%= link_to url_for(controller: "magic_addresses/#{l.tableize}", action: "index") do %> 18: <%= t("activerecord.attributes.magic_addresses_#{l}.other") %> <%= "::MagicAddresses::#{l.classify}".constantize.count %> 19: <% end %> actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for' actionpack (4.2.0) lib/action_dispatch/routing/url_for.rb:156:in `url_for' actionview (4.2.0) lib/action_view/routing_url_for.rb:94:in `url_for' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:16:in `block in ___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___3221851810909380574_2163905660' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:14:in `each' /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb:14:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_cities_index_html_erb___3221851810909380574_2163905660' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.9ms) Started GET "/mgca" for ::1 at 2015-02-23 14:01:36 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (20.3ms) Completed 200 OK in 117ms (Views: 115.4ms | ActiveRecord: 0.7ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:01:36 +0100 Started GET "/mgca" for ::1 at 2015-02-23 14:10:21 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 105ms (Views: 103.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:10:22 +0100 Started GET "/mgca" for ::1 at 2015-02-23 14:13:38 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (11.7ms) Completed 200 OK in 111ms (Views: 110.2ms | ActiveRecord: 0.8ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:13:38 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:13:45 +0100 Processing by MagicAddresses::DistrictsController#index as HTML MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (1.4ms) Completed 200 OK in 101ms (Views: 100.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:13:46 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:16:15 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.7ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 102ms (Views: 100.4ms | ActiveRecord: 1.1ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:16:15 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:16:18 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (5.6ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 52: 53: 54: 55: <% @subdistricts.each do |scity| %> 56: 57: 58: <%= scity.name %> /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb:55:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_subdistricts_index_html_erb___1575011738975197975_2183721600' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.3ms) Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:16:42 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (7.3ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `each' for nil:NilClass): 52: 53: 54: 55: <% @subdistricts.each do |scity| %> 56: 57: 58: <%= scity.name %> /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb:55:in `___sers_austin__ites_berlinmagic_magic_addresses_app_views_magic_addresses_subdistricts_index_html_erb___1575011738975197975_2183721600' actionview (4.2.0) lib/action_view/template.rb:145:in `block in render' activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument' actionview (4.2.0) lib/action_view/template.rb:333:in `instrument' actionview (4.2.0) lib/action_view/template.rb:143:in `render' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:52:in `render_template' actionview (4.2.0) lib/action_view/renderer/template_renderer.rb:14:in `render' actionview (4.2.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionview (4.2.0) lib/action_view/renderer/renderer.rb:23:in `render' actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template' actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template' actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body' actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body' actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.2.0) 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.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action' actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action' actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument' activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument' actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802: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.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.1ms) Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:17:12 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (41.1ms) Completed 200 OK in 242ms (Views: 224.0ms | ActiveRecord: 0.8ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:13 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:17:16 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 108ms (Views: 106.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:16 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 14:17:18 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.8ms) Completed 200 OK in 96ms (Views: 95.2ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:18 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:17:19 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 104ms (Views: 100.2ms | ActiveRecord: 0.6ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:19 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:17:20 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (172.1ms) Completed 200 OK in 277ms (Views: 272.0ms | ActiveRecord: 3.2ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:17:21 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:17:24 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 103ms (Views: 101.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:25 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 14:17:25 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 108ms (Views: 107.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:26 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:17:27 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.2ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 106ms (Views: 104.5ms | ActiveRecord: 0.7ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:27 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:17:28 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 112ms (Views: 111.1ms | ActiveRecord: 0.6ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:28 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:17:29 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 106ms (Views: 105.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:29 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 14:17:30 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 107ms (Views: 106.2ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:30 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:17:31 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.2ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (7.5ms) Completed 200 OK in 104ms (Views: 102.4ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:32 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:17:32 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (62.1ms) Completed 200 OK in 167ms (Views: 163.2ms | ActiveRecord: 2.7ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:17:33 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:17:59 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 105ms (Views: 103.8ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:17:59 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 14:18:01 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 100ms (Views: 98.8ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:18:01 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:18:02 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.2ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 112ms (Views: 110.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:18:02 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:18:03 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (5.4ms) Completed 200 OK in 113ms (Views: 112.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:18:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:18:04 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:23:29 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (4.6ms) Completed 200 OK in 108ms (Views: 107.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:23:29 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:23:43 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.3ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (63.5ms) Completed 200 OK in 156ms (Views: 152.2ms | ActiveRecord: 2.9ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:23:43 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:23:45 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 110ms (Views: 108.8ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:23:45 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:23:46 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.2ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.6ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 107ms (Views: 105.5ms | ActiveRecord: 1.1ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:23:46 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:24:19 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 104ms (Views: 102.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:20 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:24:23 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (60.7ms) Completed 200 OK in 160ms (Views: 156.2ms | ActiveRecord: 3.1ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:24:23 +0100 Started GET "/mgca" for ::1 at 2015-02-23 14:24:26 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (65.9ms) Completed 200 OK in 166ms (Views: 162.6ms | ActiveRecord: 2.8ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:24:26 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:24:39 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (62.5ms) Completed 200 OK in 157ms (Views: 154.2ms | ActiveRecord: 2.5ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:24:39 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:24:53 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 107ms (Views: 105.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:53 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 14:24:54 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 107ms (Views: 106.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:54 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:55 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 14:24:55 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 119ms (Views: 117.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:56 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:24:56 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 119ms (Views: 118.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:24:57 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:26:17 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 108ms (Views: 106.8ms | ActiveRecord: 0.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:26:18 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 14:26:43 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.2ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 117ms (Views: 115.8ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:26:44 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 14:26:51 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 110ms (Views: 108.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:26:51 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 14:26:52 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (5.5ms) Completed 200 OK in 94ms (Views: 93.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:26:52 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:26:53 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.2ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.5ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (58.8ms) Completed 200 OK in 191ms (Views: 187.2ms | ActiveRecord: 3.1ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:26:53 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:26:54 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:27:40 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (50.5ms) Completed 200 OK in 128ms (Views: 124.8ms | ActiveRecord: 2.3ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:27:41 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:28:15 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (55.1ms) Completed 200 OK in 149ms (Views: 145.4ms | ActiveRecord: 2.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:28:15 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:28:50 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (54.8ms) Completed 200 OK in 157ms (Views: 153.2ms | ActiveRecord: 2.6ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:28:51 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:30:16 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (56.8ms) Completed 200 OK in 145ms (Views: 141.5ms | ActiveRecord: 2.6ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:30:17 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:30:54 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (88.4ms) Completed 200 OK in 185ms (Views: 181.4ms | ActiveRecord: 2.7ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:30:55 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:31:10 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (55.3ms) Completed 200 OK in 143ms (Views: 139.6ms | ActiveRecord: 2.5ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:31:10 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:31:11 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:31:20 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.4ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (67.2ms) Completed 200 OK in 163ms (Views: 159.1ms | ActiveRecord: 3.2ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:31:20 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 14:31:34 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (51.1ms) Completed 200 OK in 161ms (Views: 157.7ms | ActiveRecord: 2.4ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 14:31:35 +0100 Started GET "/" for ::1 at 2015-02-23 14:31:36 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.3ms) Completed 200 OK in 93ms (Views: 92.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:31:36 +0100 Started GET "/" for ::1 at 2015-02-23 14:32:06 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.3ms) Completed 200 OK in 97ms (Views: 97.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:32:07 +0100 Started GET "/" for ::1 at 2015-02-23 14:32:31 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.5ms) Completed 200 OK in 94ms (Views: 93.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:32:31 +0100 Started GET "/" for ::1 at 2015-02-23 14:32:44 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.3ms) Completed 200 OK in 110ms (Views: 109.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:32:44 +0100 Started GET "/" for ::1 at 2015-02-23 14:38:21 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.0ms) Completed 200 OK in 93ms (Views: 92.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:38:21 +0100 Started GET "/" for ::1 at 2015-02-23 14:38:42 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.0ms) Completed 200 OK in 103ms (Views: 103.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/maps/addresspicker_form-1209fddf341396146296406bb82d5d5a.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/assets/application-37981bbee41be5d06521d3e82a2e7994.js?body=1" for ::1 at 2015-02-23 14:38:42 +0100 Started GET "/" for ::1 at 2015-02-23 14:39:36 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (0.0ms) Completed 500 Internal Server Error in 99ms ActionView::Template::Error (undefined local variable or method `users_path' for #<#:0x0000010ee20388>): 28: 22:
  • 23: 24: <%= address_fields_for( f ) %> 25: 26: <% end %> 27:

    app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__426365868013626173_2274867700' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__426365868013626173_2274867700' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.7ms) Started GET "/" for ::1 at 2015-02-23 15:10:18 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (7.1ms) Rendered pages/start.html.erb within layouts/application (18.3ms) Completed 500 Internal Server Error in 27ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000001014099d8>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1080925063200940724_2158069560' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1080925063200940724_2158069560' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.0ms) Started GET "/" for ::1 at 2015-02-23 15:10:42 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (33.2ms) Rendered pages/start.html.erb within layouts/application (35.5ms) Completed 500 Internal Server Error in 37ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000101820828>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1080925063200940724_2160098000' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1080925063200940724_2160098000' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms) Started GET "/" for ::1 at 2015-02-23 15:13:37 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (5.4ms) Rendered pages/start.html.erb within layouts/application (6.5ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000010bc08df0>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1080925063200940724_2160098000' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1080925063200940724_2160098000' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.6ms) Started GET "/" for ::1 at 2015-02-23 15:14:03 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (6.9ms) Rendered pages/start.html.erb within layouts/application (8.0ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000010915d808>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1080925063200940724_2160098000' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1080925063200940724_2160098000' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.6ms) Started GET "/" for ::1 at 2015-02-23 15:14:10 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (15.4ms) Completed 200 OK in 457ms (Views: 453.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:14:10 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/application-6ef010664a31a0b5596a27af141c267f.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:14:11 +0100 Started GET "/" for ::1 at 2015-02-23 15:14:23 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (1.5ms) Completed 200 OK in 100ms (Views: 100.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/assets/application-6ef010664a31a0b5596a27af141c267f.js?body=1" for ::1 at 2015-02-23 15:14:24 +0100 Started GET "/" for ::1 at 2015-02-23 15:14:30 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (9.5ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (no block given (yield)): 21:
    22:
    23: 24: <%= address_fields_for( f ) %> 25: 26: <% end %> 27:

    app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__4428791006215673411_2212996780' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__4428791006215673411_2212996780' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.9ms) Started GET "/" for ::1 at 2015-02-23 15:14:52 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (1.4ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (no block given (yield)): 21:
    22:
    23: 24: <%= address_fields_for( f ) %> 25: 26: <% end %> 27:

    app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__4428791006215673411_2212996780' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__4428791006215673411_2212996780' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.6ms) Started GET "/" for ::1 at 2015-02-23 15:15:02 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (15.2ms) Completed 200 OK in 192ms (Views: 188.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/assets/application-6ef010664a31a0b5596a27af141c267f.js?body=1" for ::1 at 2015-02-23 15:15:02 +0100 Started GET "/" for ::1 at 2015-02-23 15:15:40 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (1.4ms) Completed 200 OK in 130ms (Views: 129.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/assets/application-6ef010664a31a0b5596a27af141c267f.js?body=1" for ::1 at 2015-02-23 15:15:40 +0100 Started GET "/" for ::1 at 2015-02-23 15:15:46 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (8.4ms) Rendered pages/start.html.erb within layouts/application (24.1ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000104ba4eb0>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3404774228165088124_2187223460' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3404774228165088124_2187223460' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.9ms) Started GET "/" for ::1 at 2015-02-23 15:15:49 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (6.1ms) Rendered pages/start.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000105c15b00>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3404774228165088124_2187223460' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3404774228165088124_2187223460' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.3ms) Started GET "/" for ::1 at 2015-02-23 15:16:35 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (7.4ms) Rendered pages/start.html.erb within layouts/application (22.7ms) Completed 500 Internal Server Error in 31ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000105a5d2b8>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3942539585586198535_2194940840' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3942539585586198535_2194940840' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.3ms) Started GET "/" for ::1 at 2015-02-23 15:16:36 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (5.8ms) Rendered pages/start.html.erb within layouts/application (7.5ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000001081b2c78>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3942539585586198535_2194940840' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3942539585586198535_2194940840' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.7ms) Started GET "/" for ::1 at 2015-02-23 15:19:18 +0100 Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (2.3ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (Missing partial magic_addresses/_address_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/views" * "/Users/austin/Sites/berlinmagic/magic_addresses/app/views" * "/Users/austin/Sites/berlinmagic/magic_addresses/app/views" ): 28: <%= a.label :address %> 29:
    30:
    31: <%= render "magic_addresses/address_fields", f: a, style: "form-control" %> 32:
    33:
    34: <% end %> app/views/pages/start.html.erb:31:in `block (2 levels) in _app_views_pages_start_html_erb___3942539585586198535_2241169940' app/views/pages/start.html.erb:25:in `block in _app_views_pages_start_html_erb___3942539585586198535_2241169940' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3942539585586198535_2241169940' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.0ms) Started GET "/" for ::1 at 2015-02-23 15:19:34 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (2.2ms) Rendered pages/start.html.erb within layouts/application (4.9ms) Completed 200 OK in 168ms (Views: 167.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/assets/application-6ef010664a31a0b5596a27af141c267f.js?body=1" for ::1 at 2015-02-23 15:19:34 +0100 Started GET "/" for ::1 at 2015-02-23 15:20:47 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (7.1ms) Rendered pages/start.html.erb within layouts/application (9.3ms) Completed 200 OK in 100ms (Views: 99.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/assets/application-6ef010664a31a0b5596a27af141c267f.js?body=1" for ::1 at 2015-02-23 15:20:47 +0100 Started GET "/" for ::1 at 2015-02-23 15:23:25 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered pages/start.html.erb within layouts/application (2.5ms) Completed 200 OK in 194ms (Views: 193.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/assets/application-16a445e76976811d9dd10970a00d0de0.js?body=1" for ::1 at 2015-02-23 15:23:25 +0100 Started GET "/" for ::1 at 2015-02-23 15:24:45 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.0ms) Rendered pages/start.html.erb within layouts/application (3.4ms) Completed 500 Internal Server Error in 41ms ActionView::Template::Error (couldn't find file 'jquery-ui' (in /Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/assets/javascripts/application.js.coffee:3)): 6: <%# === App-View === #%> 7: 8: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> 9: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> 10: <%# === google - Maps === #%> 11: 12: app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb__2442835394452460136_2194957420' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.1ms) Started GET "/" for ::1 at 2015-02-23 15:25:10 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (24.0ms) Completed 200 OK in 869ms (Views: 865.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:25:11 +0100 Started GET "/" for ::1 at 2015-02-23 15:28:04 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered pages/start.html.erb within layouts/application (2.5ms) Completed 200 OK in 242ms (Views: 242.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:28:05 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:28:06 +0100 ActionController::RoutingError (No route matches [GET] "/assets/marker/image.png"): actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (38.1ms) Started GET "/" for ::1 at 2015-02-23 15:28:34 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered pages/start.html.erb within layouts/application (3.1ms) Completed 200 OK in 275ms (Views: 274.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-e6a9a664463b68f9ef9f98544ab74933.css?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:28:34 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:28:35 +0100 Started GET "/" for ::1 at 2015-02-23 15:29:59 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered pages/start.html.erb within layouts/application (2.6ms) DEPRECATION WARNING on line 72, column 65 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 73, column 48 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 74, column 48 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 75, column 44 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 76, column 43 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 81, column 45 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 82, column 29 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 83, column 29 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 84, column 30 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. DEPRECATION WARNING on line 85, column 30 of /Users/austin/.rvm/gems/ruby-2.1.1/gems/magic_stylez-0.0.0.71/vendor/assets/stylesheets/magic/lib/_text.scss: Unescaped multiline strings are deprecated and will be removed in a future version of Sass. To include a newline in a string, use "\a" or "\a " as in CSS. Completed 200 OK in 5816ms (Views: 5815.6ms | ActiveRecord: 0.0ms) Started GET "/" for ::1 at 2015-02-23 15:30:05 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered pages/start.html.erb within layouts/application (2.8ms) Completed 200 OK in 214ms (Views: 214.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-f7f4d7ac3735e3fcd5318c84d6d3cd68.css?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:30:05 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:30:06 +0100 Started GET "/" for ::1 at 2015-02-23 15:31:44 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered pages/start.html.erb within layouts/application (2.5ms) Completed 200 OK in 4146ms (Views: 4145.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-0f3ad9faf46506a43a3f4ae34495335c.css?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:31:48 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:31:49 +0100 Started GET "/" for ::1 at 2015-02-23 15:32:00 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered pages/start.html.erb within layouts/application (2.4ms) Completed 200 OK in 3855ms (Views: 3855.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-f7f4d7ac3735e3fcd5318c84d6d3cd68.css?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:32:04 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:32:05 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:32:05 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:32:05 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:32:05 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:32:05 +0100 Started GET "/" for ::1 at 2015-02-23 15:34:23 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered pages/start.html.erb within layouts/application (2.7ms) Completed 200 OK in 4334ms (Views: 4334.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-31461e302b0f216738992bddd07ae85a.css?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:34:28 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:34:29 +0100 Started GET "/" for ::1 at 2015-02-23 15:42:05 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (9.9ms) Rendered pages/start.html.erb within layouts/application (12.3ms) Completed 500 Internal Server Error in 15ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000115d2adc8>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1734959627258900265_2330544860' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1734959627258900265_2330544860' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.8ms) Started GET "/" for ::1 at 2015-02-23 15:42:12 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (5.3ms) Rendered pages/start.html.erb within layouts/application (7.2ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000001154aa8d8>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1734959627258900265_2326087840' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1734959627258900265_2326087840' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.3ms) Started GET "/" for ::1 at 2015-02-23 15:42:44 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (5.9ms) Rendered pages/start.html.erb within layouts/application (7.3ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000111a1baf0>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1734959627258900265_2326087840' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1734959627258900265_2326087840' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.5ms) Started GET "/" for ::1 at 2015-02-23 15:43:32 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (5.6ms) Rendered pages/start.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000110c78a88>): 4:
    5: 6: 7: <%= f.hidden_field :street_name, class: "mgca_txt street", id: "#{idkey}street" %> 8: <%= f.hidden_field :street_number, class: "mgca_txt street_number", id: "#{idkey}street_number" %> 9: <%= f.hidden_field :latitude, id: "#{idkey}latitude", class: "mgca_latitude" %> 10: <%= f.hidden_field :longitude, id: "#{idkey}longitude", class: "mgca_longitude" %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb__1734959627258900265_2326087840' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb__1734959627258900265_2326087840' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.2ms) Started GET "/" for ::1 at 2015-02-23 15:43:41 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered pages/start.html.erb within layouts/application (13.5ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (Missing partial magic_addresses/addresses/fields/_address with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/views" * "/Users/austin/Sites/berlinmagic/magic_addresses/app/views" * "/Users/austin/Sites/berlinmagic/magic_addresses/app/views" ): 21:
    22:
    23: 24: <%= address_fields_for( f ) %> 25: <%= f.fields_for :address_attributes do |a| %> 26:
    27:
    app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3935661548463621531_2218758040' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3935661548463621531_2218758040' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.0ms) Started GET "/" for ::1 at 2015-02-23 15:44:13 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (7.9ms) Rendered pages/start.html.erb within layouts/application (9.8ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x000001018217a0>): 1: <% style ||= "form-control" %> 2: <% placeholder ||= "Your address" %> 3: <%= f.fields_for :address_attributes do |a| %> 4:
    5:
    6: <%= a.label :address %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3935661548463621531_2218758040' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3935661548463621531_2218758040' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.8ms) Started GET "/" for ::1 at 2015-02-23 15:44:41 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (5.7ms) Rendered pages/start.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000010b97b498>): 1: <% style ||= "form-control" %> 2: <% placeholder ||= "Your address" %> 3: <%= f.fields_for :address_attributes do |a| %> 4:
    5:
    6: <%= a.label :address %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3935661548463621531_2218758040' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3935661548463621531_2218758040' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.9ms) Started GET "/" for ::1 at 2015-02-23 15:44:52 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (6.3ms) Rendered pages/start.html.erb within layouts/application (7.8ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000010c983f70>): 1: <% style ||= "form-control" %> 2: <% placeholder ||= "Your address" %> 3: <%= f.fields_for :address_attributes do |a| %> 4:
    5:
    6: <%= a.label :address %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3935661548463621531_2218758040' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3935661548463621531_2218758040' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (15.5ms) Started GET "/" for ::1 at 2015-02-23 15:45:28 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (5.8ms) Rendered pages/start.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000010bcbb1f8>): 1: <% style ||= "form-control" %> 2: <% placeholder ||= "Your address" %> 3: <%= f.fields_for :address_attributes do |a| %> 4:
    5:
    6: <%= a.label :address %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3935661548463621531_2218758040' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3935661548463621531_2218758040' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.8ms) Started GET "/" for ::1 at 2015-02-23 15:48:02 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (5.8ms) Rendered pages/start.html.erb within layouts/application (7.1ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x00000108294c68>): 1: <% style ||= "form-control" %> 2: <% placeholder ||= "Your address" %> 3: <%= f.fields_for :address_attributes do |a| %> 4:
    5:
    6: <%= a.label :address %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___3935661548463621531_2218758040' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___3935661548463621531_2218758040' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.2ms) Started GET "/" for ::1 at 2015-02-23 15:48:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (6.6ms) Rendered pages/start.html.erb within layouts/application (16.7ms) Completed 500 Internal Server Error in 26ms ActionView::Template::Error (undefined local variable or method `f' for #<#:0x0000010b110ce0>): 1: <% style ||= "form-control" %> 2: <% placeholder ||= "Your address" %> 3: <%= f.fields_for :address_attributes do |a| %> 4:
    5:
    6: <%= a.label :address %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___19235917249548318_2240397500' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___19235917249548318_2240397500' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.1ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.8ms) Started GET "/" for ::1 at 2015-02-23 15:55:32 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (2.1ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (10.8ms) Rendered pages/start.html.erb within layouts/application (44.5ms) Completed 200 OK in 742ms (Views: 741.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-31461e302b0f216738992bddd07ae85a.css?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:55:33 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:55:34 +0100 Started GET "/" for ::1 at 2015-02-23 15:56:11 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.1ms) Completed 200 OK in 4385ms (Views: 4384.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-f0741d4c1647f24a3cf8621017b6bb78.css?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/application-f0741d4c1647f24a3cf8621017b6bb78.css?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:56:16 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:56:17 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:56:17 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:56:17 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:56:17 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:56:17 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:56:17 +0100 Started GET "/" for ::1 at 2015-02-23 15:57:07 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.8ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.9ms) Rendered pages/start.html.erb within layouts/application (4.1ms) Completed 200 OK in 3837ms (Views: 3836.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c61784e46835fa90fbb9c70994070562.css?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/application-c61784e46835fa90fbb9c70994070562.css?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:57:11 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:57:12 +0100 Started GET "/" for ::1 at 2015-02-23 15:58:50 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.9ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.1ms) Rendered pages/start.html.erb within layouts/application (4.6ms) Completed 200 OK in 3822ms (Views: 3821.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-bae6eebf9dd4269ba3f658aadba6dd45.css?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/application-bae6eebf9dd4269ba3f658aadba6dd45.css?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:58:54 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:58:55 +0100 Started GET "/" for ::1 at 2015-02-23 15:59:34 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.0ms) Completed 200 OK in 3906ms (Views: 3905.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-2f04bf16d8c9a3a7bb5d5379877c2e7f.css?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/application-2f04bf16d8c9a3a7bb5d5379877c2e7f.css?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 15:59:38 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 15:59:39 +0100 Started GET "/" for ::1 at 2015-02-23 16:08:47 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.9ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.1ms) Rendered pages/start.html.erb within layouts/application (3.6ms) Completed 200 OK in 3824ms (Views: 3824.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-3b2fdba867c4883e9c1fe8791d47683f.css?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 16:08:51 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/application-3b2fdba867c4883e9c1fe8791d47683f.css?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 16:08:52 +0100 Started GET "/" for ::1 at 2015-02-23 16:09:08 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.8ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.9ms) Rendered pages/start.html.erb within layouts/application (3.6ms) Completed 200 OK in 3982ms (Views: 3981.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5a5fcb4be60f913b097cd23946d229bf.css?body=1" for ::1 at 2015-02-23 16:09:12 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 16:09:13 +0100 Started GET "/" for ::1 at 2015-02-23 16:09:29 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.8ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (3.4ms) Completed 200 OK in 4140ms (Views: 4139.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-5f64306b80a181258da9c96fb59c45d8.css?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:09:34 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 16:09:35 +0100 Started GET "/" for ::1 at 2015-02-23 16:09:56 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.0ms) Completed 200 OK in 3941ms (Views: 3940.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-2f8fbfeba6fdb891d95bbc6c1f52a83a.css?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 16:10:00 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 16:10:01 +0100 Started GET "/" for ::1 at 2015-02-23 21:01:04 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.2ms) Rendered pages/start.html.erb within layouts/application (4.1ms) Completed 200 OK in 229ms (Views: 228.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-2f8fbfeba6fdb891d95bbc6c1f52a83a.css?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:01:05 +0100 Started GET "/" for ::1 at 2015-02-23 21:01:52 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (2.9ms) Completed 200 OK in 4415ms (Views: 4414.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-905de49f2cdc731dfb50e93ace9d2e73.css?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:01:57 +0100 Started GET "/" for ::1 at 2015-02-23 21:02:32 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.3ms) Completed 200 OK in 3980ms (Views: 3979.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-0670925a509ba005ba0ec91d3a8ec477.css?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:02:36 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:02:37 +0100 Started GET "/" for ::1 at 2015-02-23 21:02:58 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (3.9ms) Completed 200 OK in 4087ms (Views: 4086.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-295f540173b9f6fa7f783913da6826ba.css?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 21:03:02 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:03:03 +0100 Started GET "/" for ::1 at 2015-02-23 21:03:51 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.9ms) Rendered pages/start.html.erb within layouts/application (3.9ms) Completed 200 OK in 4143ms (Views: 4142.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-3d3b5ffc14f4ecc13e6a0cf29a7dda76.css?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:03:55 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:03:56 +0100 Started GET "/" for ::1 at 2015-02-23 21:04:29 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.8ms) Rendered pages/start.html.erb within layouts/application (3.9ms) Completed 200 OK in 3890ms (Views: 3889.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-18df4c27ab24ce6c2ad62325bbf8d353.css?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:04:33 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7c83d2b73d80604d051f0e15d91914cf.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/application-b09df4763637e01286ae86220766c96a.js?body=1" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:04:34 +0100 Started GET "/" for ::1 at 2015-02-23 21:06:52 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.6ms) Completed 200 OK in 724ms (Views: 723.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-18df4c27ab24ce6c2ad62325bbf8d353.css?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-67bc2bbc655d252a767b50588154ca37.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/application-e7a12c0d8571d9c4c3e9fb3dc74672eb.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:06:53 +0100 Started GET "/" for ::1 at 2015-02-23 21:16:41 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.1ms) Completed 200 OK in 655ms (Views: 654.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-18df4c27ab24ce6c2ad62325bbf8d353.css?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-3578650c66a66ed0f42e65e4181da382.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/application-ce72aa149ed175362d3b7f19bdcbae29.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/application-18df4c27ab24ce6c2ad62325bbf8d353.css?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-3578650c66a66ed0f42e65e4181da382.js?body=1" for ::1 at 2015-02-23 21:16:42 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:16:43 +0100 Started GET "/" for ::1 at 2015-02-23 21:17:05 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.4ms) Rendered pages/start.html.erb within layouts/application (2.9ms) Completed 200 OK in 602ms (Views: 601.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-18df4c27ab24ce6c2ad62325bbf8d353.css?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0087e93bed005766b028f7d6a63100ce.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/application-0655b6c99322074c69058da2864fab6a.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:17:06 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:17:07 +0100 Started GET "/" for ::1 at 2015-02-23 21:18:46 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_old_address_fields.html.erb (1.2ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.8ms) Rendered pages/start.html.erb within layouts/application (4.7ms) Completed 200 OK in 676ms (Views: 675.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-18df4c27ab24ce6c2ad62325bbf8d353.css?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/application-8bf1a180564e3f74c3b342099adff173.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:18:47 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 21:18:48 +0100 Started GET "/" for ::1 at 2015-02-23 21:46:28 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (2.7ms) Completed 500 Internal Server Error in 4ms ActionView::Template::Error (Missing partial magic_addresses/addresses/_old_address_fields with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee]}. Searched in: * "/Users/austin/Sites/berlinmagic/magic_addresses/spec/dummy/app/views" * "/Users/austin/Sites/berlinmagic/magic_addresses/app/views" * "/Users/austin/Sites/berlinmagic/magic_addresses/app/views" ): 6: <%= a.label :address %> 7:
    8:
    9: <%= render "magic_addresses/addresses/old_address_fields", f: a, style: style, placeholder: placeholder %> 10:
    11:
    12: <% end %> app/views/pages/start.html.erb:24:in `block in _app_views_pages_start_html_erb___19235917249548318_2220461760' app/views/pages/start.html.erb:13:in `_app_views_pages_start_html_erb___19235917249548318_2220461760' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.3ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.7ms) Started GET "/" for ::1 at 2015-02-23 21:46:42 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.4ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (3.2ms) Rendered pages/start.html.erb within layouts/application (4.7ms) Completed 200 OK in 4602ms (Views: 4602.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 21:46:46 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/assets/application-8bf1a180564e3f74c3b342099adff173.js?body=1" for ::1 at 2015-02-23 21:46:47 +0100 Started GET "/users" for ::1 at 2015-02-23 22:26:46 +0100 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 721ms (Views: 719.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:26:47 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/application-8bf1a180564e3f74c3b342099adff173.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:26:48 +0100 Started GET "/" for ::1 at 2015-02-23 22:26:49 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (2.4ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (13.6ms) Rendered pages/start.html.erb within layouts/application (30.7ms) Completed 200 OK in 285ms (Views: 282.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/application-8bf1a180564e3f74c3b342099adff173.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:26:50 +0100 Started GET "/" for ::1 at 2015-02-23 22:27:49 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.4ms) Completed 200 OK in 257ms (Views: 256.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:27:49 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/application-8bf1a180564e3f74c3b342099adff173.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:27:50 +0100 Started GET "/" for ::1 at 2015-02-23 22:28:03 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.5ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.4ms) Rendered pages/start.html.erb within layouts/application (3.2ms) Completed 200 OK in 250ms (Views: 250.1ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-0cba3a433e67c8410a0b1db1c55ed77e.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/application-8bf1a180564e3f74c3b342099adff173.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:28:04 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:28:05 +0100 Started GET "/" for ::1 at 2015-02-23 22:30:29 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.9ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.8ms) Rendered pages/start.html.erb within layouts/application (3.3ms) Completed 200 OK in 701ms (Views: 700.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-15a7d815061cf1457a6e01d9dd9424f2.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/application-eaa19ee127e584a423c260172d149696.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-15a7d815061cf1457a6e01d9dd9424f2.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/application-eaa19ee127e584a423c260172d149696.js?body=1" for ::1 at 2015-02-23 22:30:30 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:30:31 +0100 Started GET "/" for ::1 at 2015-02-23 22:31:26 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (2.2ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (3.2ms) Rendered pages/start.html.erb within layouts/application (5.0ms) Completed 200 OK in 274ms (Views: 273.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-15a7d815061cf1457a6e01d9dd9424f2.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/application-eaa19ee127e584a423c260172d149696.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:31:27 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:31:28 +0100 Started GET "/" for ::1 at 2015-02-23 22:33:27 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.4ms) Completed 200 OK in 678ms (Views: 678.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:33:28 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:33:29 +0100 Started GET "/" for ::1 at 2015-02-23 22:35:15 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.7ms) Completed 200 OK in 275ms (Views: 274.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:35:16 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:35:17 +0100 Started GET "/" for ::1 at 2015-02-23 22:35:26 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.7ms) Completed 200 OK in 266ms (Views: 265.5ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:35:26 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:35:27 +0100 Started GET "/" for ::1 at 2015-02-23 22:35:33 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (3.8ms) Completed 200 OK in 262ms (Views: 261.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:35:33 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:35:34 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:35:34 +0100 Started POST "/users" for ::1 at 2015-02-23 22:35:49 +0100 AbstractController::ActionNotFound (The action 'create' could not be found for UsersController): actionpack (4.2.0) lib/abstract_controller/base.rb:132:in `process' actionview (4.2.0) lib/action_view/rendering.rb:30:in `process' actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each' actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve' actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call' rack (1.6.0) lib/rack/etag.rb:24:in `call' rack (1.6.0) lib/rack/conditionalget.rb:38:in `call' rack (1.6.0) lib/rack/head.rb:13:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.2.0) 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.0) lib/action_dispatch/middleware/cookies.rb:560:in `call' activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call' activerecord (4.2.0) lib/active_record/migration.rb:378:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call' activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks' activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks' actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.2.0) lib/rails/rack/logger.rb:20:in `call' actionpack (4.2.0) 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.0) 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.0) lib/action_dispatch/middleware/static.rb:113:in `call' rack (1.6.0) lib/rack/sendfile.rb:113:in `call' railties (4.2.0) lib/rails/engine.rb:518:in `call' railties (4.2.0) 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.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (0.4ms) Started POST "/users" for ::1 at 2015-02-23 22:37:41 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrP0zNb6MSQ53HwaWm/1ztxMlVzI6uREnI7SRNQW/q7j2UOMElVfbf4CCq0DTaIJ2qhSXbhcPtH/FlrK+X5PuQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Completed 500 Internal Server Error in 5ms NameError (undefined local variable or method `user_params' for #): app/controllers/users_controller.rb:9:in `create' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (22.8ms) Started POST "/users" for ::1 at 2015-02-23 22:40:07 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrP0zNb6MSQ53HwaWm/1ztxMlVzI6uREnI7SRNQW/q7j2UOMElVfbf4CCq0DTaIJ2qhSXbhcPtH/FlrK+X5PuQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, state, district Completed 500 Internal Server Error in 5ms ActiveRecord::UnknownAttributeError (unknown attribute 'address_attributes' for User.): app/controllers/users_controller.rb:11:in `create' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.2ms) Started POST "/users" for ::1 at 2015-02-23 22:40:21 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrP0zNb6MSQ53HwaWm/1ztxMlVzI6uREnI7SRNQW/q7j2UOMElVfbf4CCq0DTaIJ2qhSXbhcPtH/FlrK+X5PuQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, state, district Completed 500 Internal Server Error in 11ms ActiveRecord::UnknownAttributeError (unknown attribute 'address_attributes' for User.): app/controllers/users_controller.rb:11:in `create' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (15.7ms) Started POST "/users" for ::1 at 2015-02-23 22:41:03 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrP0zNb6MSQ53HwaWm/1ztxMlVzI6uREnI7SRNQW/q7j2UOMElVfbf4CCq0DTaIJ2qhSXbhcPtH/FlrK+X5PuQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, state, district Completed 500 Internal Server Error in 5ms ActiveRecord::UnknownAttributeError (unknown attribute 'address_attributes' for User.): app/controllers/users_controller.rb:11:in `create' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (13.5ms) Started POST "/users" for ::1 at 2015-02-23 22:41:23 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrP0zNb6MSQ53HwaWm/1ztxMlVzI6uREnI7SRNQW/q7j2UOMElVfbf4CCq0DTaIJ2qhSXbhcPtH/FlrK+X5PuQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, state, district Completed 500 Internal Server Error in 67ms ActiveRecord::UnknownAttributeError (unknown attribute 'zip' for MagicAddresses::Address.): app/controllers/users_controller.rb:11:in `create' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (14.1ms) Started POST "/users" for ::1 at 2015-02-23 22:41:56 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"NrP0zNb6MSQ53HwaWm/1ztxMlVzI6uREnI7SRNQW/q7j2UOMElVfbf4CCq0DTaIJ2qhSXbhcPtH/FlrK+X5PuQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: zip, latitude, longitude, country_code, state, district  (0.1ms) begin transaction  (0.1ms) rollback transaction Redirected to http://localhost:3000/ Completed 302 Found in 30ms (ActiveRecord: 0.7ms) Started GET "/" for ::1 at 2015-02-23 22:41:56 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.8ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (3.2ms) Rendered pages/start.html.erb within layouts/application (18.3ms) Completed 200 OK in 551ms (Views: 550.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:41:57 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:41:58 +0100 Started POST "/users" for ::1 at 2015-02-23 22:42:13 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"7QI0R/dI5bqxuFRv1aXwLzhXkezdenh/p0oWC4aGtn84aIMHM+eL83ZmItiMh6foPrNW7a3MourE0p6Fq+4HaA==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: zip, latitude, longitude, country_code, state, district  (0.1ms) begin transaction  (0.0ms) rollback transaction Redirected to http://localhost:3000/ Completed 302 Found in 9ms (ActiveRecord: 0.1ms) Started GET "/" for ::1 at 2015-02-23 22:42:13 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.9ms) Rendered pages/start.html.erb within layouts/application (4.4ms) Completed 200 OK in 252ms (Views: 251.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:42:13 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:42:14 +0100 Started GET "/users" for ::1 at 2015-02-23 22:44:38 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 258ms (Views: 258.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:44:38 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:44:39 +0100 Started GET "/" for ::1 at 2015-02-23 22:44:42 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.3ms) Completed 200 OK in 256ms (Views: 256.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:44:42 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:44:43 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:44:43 +0100 Started POST "/users" for ::1 at 2015-02-23 22:45:10 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"cQwm4QmcWY5aPHTJ4pjNuiFlWE567enrcnrKCHmqAZakZpGhzTM3x53iAn67upp9J4GfTwpbM34R4kKGVMKwgQ==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "zip"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: zip, latitude, longitude, country_code, state, district  (0.1ms) begin transaction  (0.0ms) rollback transaction Redirected to http://localhost:3000/ Completed 302 Found in 9ms (ActiveRecord: 0.1ms) Started GET "/" for ::1 at 2015-02-23 22:45:10 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.2ms) Completed 200 OK in 264ms (Views: 263.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:45:10 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:45:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:45:11 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:45:11 +0100 Started GET "/" for ::1 at 2015-02-23 22:45:52 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.3ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.2ms) Rendered pages/start.html.erb within layouts/application (4.0ms) Completed 200 OK in 250ms (Views: 249.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:45:52 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:45:53 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:45:53 +0100 Started POST "/users" for ::1 at 2015-02-23 22:46:41 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MHYynbXKEiv7twWLQAfb+Ni16J7TYdrfQ8LvrZrC8rHlHIXdcWV8YjxpczwZJYw/3lEvn6PXAEogWmcjt6pDpg==", "user"=>{"name"=>"heiner", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "postalcode"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction  (0.0ms) rollback transaction Redirected to http://localhost:3000/ Completed 302 Found in 72ms (ActiveRecord: 0.7ms) Started GET "/" for ::1 at 2015-02-23 22:46:41 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.9ms) Rendered pages/start.html.erb within layouts/application (12.1ms) Completed 200 OK in 553ms (Views: 552.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:46:42 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:46:43 +0100 Started GET "/" for ::1 at 2015-02-23 22:49:05 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.5ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.3ms) Rendered pages/start.html.erb within layouts/application (2.8ms) Rendered shared/_flash_msgs.html.erb (0.5ms) Completed 200 OK in 253ms (Views: 252.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:49:06 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:49:07 +0100 Started GET "/" for ::1 at 2015-02-23 22:50:06 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.4ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 256ms (Views: 251.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:50:06 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:50:06 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:50:06 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:50:06 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:50:06 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:50:07 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:50:07 +0100 Started POST "/users" for ::1 at 2015-02-23 22:50:32 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"eU/IHbTTEFi+IC3DOZlvlytJ6nKhDT4auWDn4DvsPuysJX9dcHx+EXn+W3RguzhQLa0tc9G75I/a+G9uFoSP+w==", "user"=>{"name"=>"iwimsvif", "address_attributes"=>{"street"=>"Bornholmer Straße", "street_number"=>"6", "postalcode"=>"10439", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5542947", "longitude"=>"13.40293680000002", "country_code"=>"DE", "state"=>"Berlin", "district"=>""}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction  (0.0ms) rollback transaction Redirected to http://localhost:3000/ Completed 302 Found in 12ms (ActiveRecord: 0.3ms) Started GET "/" for ::1 at 2015-02-23 22:50:32 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 262ms (Views: 261.8ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:50:33 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:50:34 +0100 Started GET "/" for ::1 at 2015-02-23 22:51:20 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (7.8ms) Rendered pages/start.html.erb within layouts/application (25.2ms) Rendered shared/_flash_msgs.html.erb (0.4ms) Completed 200 OK in 557ms (Views: 552.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 22:51:21 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 22:51:22 +0100 Started POST "/users" for ::1 at 2015-02-23 22:51:35 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1R6RyuVfP9YIXN6A+sEQ/QbtnxkK+AO8XENX5EbLYEsAdCaKIfBRn8+CqDej40c6AAlYGHpO2Sk/299qa6PRXA==", "user"=>{"name"=>"harry", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"", "postalcode"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "harry"], ["created_at", "2015-02-23 21:51:35.741425"], ["updated_at", "2015-02-23 21:51:35.741425"]] SQL (1.4ms) INSERT INTO "mgca_addresses" ("fetch_address", "street_number", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Heinz-Kapelle-Straße\nfetch_zipcode: '10407'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["street_number", ""], ["owner_type", "User"], ["default", "t"], ["owner_id", 1], ["created_at", "2015-02-23 21:51:35.748619"], ["updated_at", "2015-02-23 21:51:35.748619"]] SQL (0.2ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Heinz-Kapelle-Straße"], ["mgca_address_id", 1], ["created_at", "2015-02-23 21:51:35.753858"], ["updated_at", "2015-02-23 21:51:35.753858"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Heinz-Kapelle-Straße Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Heinz-Kapelle-Straße, 10407 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße, 10407 Berlin, Germany geometry: bounds: northeast: lat: 52.5341568 lng: 13.4424645 southwest: lat: 52.53282609999999 lng: 13.4396813 location: lat: 52.5334094 lng: 13.4412438 location_type: GEOMETRIC_CENTER viewport: northeast: lat: 52.5348404302915 lng: 13.4424645 southwest: lat: 52.5321424697085 lng: 13.4396813 place_id: ChIJo4asYgtOqEcRcsJ1z0QF2yw types: - route cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Heinz-Kapelle-Straße, 10407 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße, 10407 Berlin, Deutschland geometry: bounds: northeast: lat: 52.5341568 lng: 13.4424645 southwest: lat: 52.53282609999999 lng: 13.4396813 location: lat: 52.5334094 lng: 13.4412438 location_type: GEOMETRIC_CENTER viewport: northeast: lat: 52.5348404302915 lng: 13.4424645 southwest: lat: 52.5321424697085 lng: 13.4396813 place_id: ChIJo4asYgtOqEcRcsJ1z0QF2yw types: - route cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 97]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 98]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 99]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 100]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 101]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 102]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 103]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 104]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 21:51:36.467864"], ["updated_at", "2015-02-23 21:51:36.467864"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 21:51:36.468841"], ["updated_at", "2015-02-23 21:51:36.468841"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] SQL (0.1ms) INSERT INTO "mgca_states" ("default_name", "short_name", "country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["created_at", "2015-02-23 21:51:36.485193"], ["updated_at", "2015-02-23 21:51:36.485193"]] SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_state_id", 1], ["created_at", "2015-02-23 21:51:36.486388"], ["updated_at", "2015-02-23 21:51:36.486388"]] ### ### state .. magic_state ### SQL (0.0ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 1]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-23 21:51:36.490658"], ["updated_at", "2015-02-23 21:51:36.490658"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] SQL (0.2ms) INSERT INTO "mgca_cities" ("default_name", "short_name", "country_id", "state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1], ["created_at", "2015-02-23 21:51:36.507819"], ["updated_at", "2015-02-23 21:51:36.507819"]] SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_city_id", 1], ["created_at", "2015-02-23 21:51:36.508952"], ["updated_at", "2015-02-23 21:51:36.508952"]] ### ### city .. magic_city ### SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 1]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-23 21:51:36.513253"], ["updated_at", "2015-02-23 21:51:36.513253"]] ### ### >>> DISTRICT: Bezirk Pankow ### MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1]] SQL (0.1ms) INSERT INTO "mgca_districts" ("default_name", "short_name", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1], ["created_at", "2015-02-23 21:51:36.528655"], ["updated_at", "2015-02-23 21:51:36.528655"]] SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_district_id", 1], ["created_at", "2015-02-23 21:51:36.529828"], ["updated_at", "2015-02-23 21:51:36.529828"]] ### ### district .. magic_district ### SQL (0.1ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 1]] ### ### District-Params (en) ... Bezirk Pankow ### ### ### District-Params (de) ... Bezirk Pankow ### SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Pankow"], ["mgca_district_id", 1], ["created_at", "2015-02-23 21:51:36.534765"], ["updated_at", "2015-02-23 21:51:36.534765"]]  (1.0ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 858ms (ActiveRecord: 7.2ms) Started GET "/users" for ::1 at 2015-02-23 22:51:36 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (5.3ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (undefined method `presentation' for #): 11: 12:
    13:

    <%= usr.name %>

    14:

    <%= usr.address.presentation %>

    15:
    16: 17: <% end %> app/views/users/index.html.erb:14:in `block in _app_views_users_index_html_erb__2573339451578438106_2255051540' app/views/users/index.html.erb:10:in `_app_views_users_index_html_erb__2573339451578438106_2255051540' Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) Rendered /Users/austin/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.0/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.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.4ms) Started GET "/users" for ::1 at 2015-02-23 23:00:55 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (40.7ms) Rendered shared/_flash_msgs.html.erb (0.4ms) Completed 200 OK in 585ms (Views: 581.3ms | ActiveRecord: 0.6ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:00:56 +0100 Started GET "/" for ::1 at 2015-02-23 23:01:57 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (8.2ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (14.0ms) Rendered pages/start.html.erb within layouts/application (22.3ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 268ms (Views: 267.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:01:57 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:01:58 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:01:58 +0100 Started POST "/users" for ::1 at 2015-02-23 23:02:19 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"8fzSxch7I4Ip1GEoIf8KGIqu00A+6M3mGun+gdPhFcAklmWFDNRNy+4KF5943V3fjEoUQU5eF3N5cXYP/omk1w==", "user"=>{"name"=>"Jochen", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "street_number"=>"6", "postalcode"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jochen"], ["created_at", "2015-02-23 22:02:19.703427"], ["updated_at", "2015-02-23 22:02:19.703427"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "street_number", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Heinz-Kapelle-Straße\nfetch_zipcode: '10407'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["street_number", "6"], ["owner_type", "User"], ["default", "t"], ["owner_id", 2], ["created_at", "2015-02-23 22:02:19.709182"], ["updated_at", "2015-02-23 22:02:19.709182"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Heinz-Kapelle-Straße"], ["mgca_address_id", 2], ["created_at", "2015-02-23 22:02:19.712525"], ["updated_at", "2015-02-23 22:02:19.712525"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Heinz-Kapelle-Straße 6 Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Heinz-Kapelle-Straße, 10407 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße, 10407 Berlin, Germany geometry: bounds: northeast: lat: 52.5341568 lng: 13.4424645 southwest: lat: 52.53282609999999 lng: 13.4396813 location: lat: 52.5334094 lng: 13.4412438 location_type: GEOMETRIC_CENTER viewport: northeast: lat: 52.5348404302915 lng: 13.4424645 southwest: lat: 52.5321424697085 lng: 13.4396813 place_id: ChIJo4asYgtOqEcRcsJ1z0QF2yw types: - route cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Heinz-Kapelle-Straße, 10407 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße, 10407 Berlin, Deutschland geometry: bounds: northeast: lat: 52.5341568 lng: 13.4424645 southwest: lat: 52.53282609999999 lng: 13.4396813 location: lat: 52.5334094 lng: 13.4412438 location_type: GEOMETRIC_CENTER viewport: northeast: lat: 52.5348404302915 lng: 13.4424645 southwest: lat: 52.5321424697085 lng: 13.4396813 place_id: ChIJo4asYgtOqEcRcsJ1z0QF2yw types: - route cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 289]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 290]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:02:20.349681"], ["updated_at", "2015-02-23 22:02:20.349681"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:02:20.350675"], ["updated_at", "2015-02-23 22:02:20.350675"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] ### ### state .. magic_state ### MagicAddresses::State::Translation Load (0.2ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] SQL (0.1ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 2]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-23 22:02:20.371887"], ["updated_at", "2015-02-23 22:02:20.371887"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] ### ### city .. magic_city ### MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 2]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-23 22:02:20.393521"], ["updated_at", "2015-02-23 22:02:20.393521"]] ### ### >>> DISTRICT: Bezirk Pankow ### MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1]] ### ### district .. magic_district ### MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] SQL (0.1ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 2]] ### ### District-Params (en) ... Bezirk Pankow ### ### ### District-Params (de) ... Bezirk Pankow ### SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Pankow"], ["mgca_district_id", 1], ["created_at", "2015-02-23 22:02:20.411492"], ["updated_at", "2015-02-23 22:02:20.411492"]]  (1.5ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 736ms (ActiveRecord: 5.3ms) Started GET "/users" for ::1 at 2015-02-23 23:02:20 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (3.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 262ms (Views: 261.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:02:20 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:02:21 +0100 Started GET "/users" for ::1 at 2015-02-23 23:02:55 +0100 Processing by UsersController#index as HTML User Load (0.5ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (6.8ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 264ms (Views: 261.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:02:55 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:02:56 +0100 Started GET "/users" for ::1 at 2015-02-23 23:03:02 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (40.4ms) Rendered shared/_flash_msgs.html.erb (0.7ms) Completed 200 OK in 597ms (Views: 593.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:03:02 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:03:03 +0100 Started GET "/users" for ::1 at 2015-02-23 23:04:30 +0100 Processing by UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (6.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 261ms (Views: 258.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:04:30 +0100 Started GET "/users" for ::1 at 2015-02-23 23:04:38 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (43.5ms) Rendered shared/_flash_msgs.html.erb (0.7ms) Completed 200 OK in 602ms (Views: 598.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:04:38 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:04:39 +0100 Started GET "/users" for ::1 at 2015-02-23 23:06:30 +0100 Processing by UsersController#index as HTML User Load (0.4ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (6.6ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 255ms (Views: 252.1ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:06:30 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:06:30 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:06:31 +0100 Started GET "/users" for ::1 at 2015-02-23 23:06:37 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] Rendered users/index.html.erb within layouts/application (45.0ms) Rendered shared/_flash_msgs.html.erb (0.6ms) Completed 200 OK in 607ms (Views: 603.1ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:06:37 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:06:38 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:06:48 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (240.6ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 511ms (Views: 500.0ms | ActiveRecord: 4.3ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:06:49 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 23:06:52 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC MagicAddresses::District::Translation Load (0.2ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" IN (1)  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 1]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.2ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (29.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 290ms (Views: 288.0ms | ActiveRecord: 1.5ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:06:53 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 23:07:02 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 1]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (21.9ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 287ms (Views: 285.4ms | ActiveRecord: 1.3ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:07:03 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 23:07:06 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.3ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (14.9ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 277ms (Views: 275.0ms | ActiveRecord: 1.1ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:06 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:07:10 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (58.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 329ms (Views: 325.0ms | ActiveRecord: 2.7ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:07:11 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 23:07:41 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (7.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 281ms (Views: 279.3ms | ActiveRecord: 0.6ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:42 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 23:07:45 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 1]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (16.5ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 268ms (Views: 266.6ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:46 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 23:07:48 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 1]] MagicAddresses::State Load (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::State::Translation Load (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (11.5ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 274ms (Views: 272.7ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:48 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:49 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:07:51 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (58.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 323ms (Views: 319.7ms | ActiveRecord: 2.5ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:07:52 +0100 Started GET "/" for ::1 at 2015-02-23 23:29:33 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (2.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (9.2ms) Rendered pages/start.html.erb within layouts/application (29.3ms) Rendered shared/_flash_msgs.html.erb (0.5ms) Completed 200 OK in 565ms (Views: 560.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:29:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:29:35 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:29:35 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:29:35 +0100 Started POST "/users" for ::1 at 2015-02-23 23:30:16 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"TwS0zV1Dy6HZfIFA0hlogCuWNqvGczWBZ8K8mFW3+9eabgONmeyl6B6i9/eLOz9HLXLxqrbF7xQEWjQWeN9KwA==", "user"=>{"name"=>"Uwe", "address_attributes"=>{"street"=>"Grünberger Straße", "number"=>"60", "postalcode"=>"10245", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5116599", "longitude"=>"13.45684069999993", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Friedrichshain"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Uwe"], ["created_at", "2015-02-23 22:30:17.017603"], ["updated_at", "2015-02-23 22:30:17.017603"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Grünberger Straße\nfetch_number: '60'\nfetch_zipcode: '10245'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 3], ["created_at", "2015-02-23 22:30:17.024203"], ["updated_at", "2015-02-23 22:30:17.024203"]] SQL (0.2ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Grünberger Straße"], ["mgca_address_id", 3], ["created_at", "2015-02-23 22:30:17.027668"], ["updated_at", "2015-02-23 22:30:17.027668"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Grünberger Straße 60 Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Grünberger Straße 60, 10245 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '60' short_name: '60' types: - street_number - long_name: Grünberger Straße short_name: Grünberger Str. types: - route - long_name: Friedrichshain short_name: Friedrichshain types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Friedrichshain-Kreuzberg short_name: Bezirk Friedrichshain-Kreuzberg types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10245' short_name: '10245' types: - postal_code formatted_address: Grünberger Straße 60, 10245 Berlin, Germany geometry: location: lat: 52.5116599 lng: 13.4568407 location_type: ROOFTOP viewport: northeast: lat: 52.51300888029149 lng: 13.4581896802915 southwest: lat: 52.5103109197085 lng: 13.4554917197085 place_id: ChIJr2APnF5OqEcRW71W5nRlBUo types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Grünberger Straße 60, 10245 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '60' short_name: '60' types: - street_number - long_name: Grünberger Straße short_name: Grünberger Str. types: - route - long_name: Friedrichshain short_name: Friedrichshain types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Friedrichshain-Kreuzberg short_name: Bezirk Friedrichshain-Kreuzberg types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10245' short_name: '10245' types: - postal_code formatted_address: Grünberger Straße 60, 10245 Berlin, Deutschland geometry: location: lat: 52.5116599 lng: 13.4568407 location_type: ROOFTOP viewport: northeast: lat: 52.51300888029149 lng: 13.4581896802915 southwest: lat: 52.5103109197085 lng: 13.4554917197085 place_id: ChIJr2APnF5OqEcRW71W5nRlBUo types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.2ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 291]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 292]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:30:17.697466"], ["updated_at", "2015-02-23 22:30:17.697466"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:30:17.698462"], ["updated_at", "2015-02-23 22:30:17.698462"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] ### ### state .. magic_state ### MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] SQL (0.2ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 3]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-23 22:30:17.717871"], ["updated_at", "2015-02-23 22:30:17.717871"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] ### ### city .. magic_city ### MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 3]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-23 22:30:17.737878"], ["updated_at", "2015-02-23 22:30:17.737878"]] ### ### >>> DISTRICT: Bezirk Friedrichshain-Kreuzberg ### MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Friedrichshain-Kreuzberg"], ["short_name", "Bezirk Friedrichshain-Kreuzberg"], ["city_id", 1]] SQL (0.1ms) INSERT INTO "mgca_districts" ("default_name", "short_name", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Bezirk Friedrichshain-Kreuzberg"], ["short_name", "Bezirk Friedrichshain-Kreuzberg"], ["city_id", 1], ["created_at", "2015-02-23 22:30:17.754181"], ["updated_at", "2015-02-23 22:30:17.754181"]] SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_district_id", 2], ["created_at", "2015-02-23 22:30:17.755371"], ["updated_at", "2015-02-23 22:30:17.755371"]] ### ### district .. magic_district ### SQL (0.1ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 4]] ### ### District-Params (en) ... Bezirk Friedrichshain-Kreuzberg ### ### ### District-Params (de) ... Bezirk Friedrichshain-Kreuzberg ### SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Friedrichshain-Kreuzberg"], ["mgca_district_id", 2], ["created_at", "2015-02-23 22:30:17.760232"], ["updated_at", "2015-02-23 22:30:17.760232"]] ### ### >>> SUBDISTRICT: Friedrichshain ### MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."default_name" = ? AND "mgca_subdistricts"."short_name" = ? AND "mgca_subdistricts"."city_id" = ? AND "mgca_subdistricts"."district_id" = ? ORDER BY "mgca_subdistricts"."id" ASC LIMIT 1 [["default_name", "Friedrichshain"], ["short_name", "Friedrichshain"], ["city_id", 1], ["district_id", 2]] SQL (0.1ms) INSERT INTO "mgca_subdistricts" ("default_name", "short_name", "city_id", "district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Friedrichshain"], ["short_name", "Friedrichshain"], ["city_id", 1], ["district_id", 2], ["created_at", "2015-02-23 22:30:17.776890"], ["updated_at", "2015-02-23 22:30:17.776890"]] SQL (0.1ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_subdistrict_id", 1], ["created_at", "2015-02-23 22:30:17.778030"], ["updated_at", "2015-02-23 22:30:17.778030"]] ### ### subdistrict .. magic_subdistrict ### SQL (0.1ms) DELETE FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."id" = ? [["id", 1]] ### ### Subdistrict-Params (en) ... Friedrichshain ### ### ### Subdistrict-Params (de) ... Friedrichshain ### SQL (0.1ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "name", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Friedrichshain"], ["mgca_subdistrict_id", 1], ["created_at", "2015-02-23 22:30:17.783004"], ["updated_at", "2015-02-23 22:30:17.783004"]] SQL (1.0ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ?, "district_id" = ?, "subdistrict_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 3], ["created_at", "2015-02-23 22:30:17.024203"], ["updated_at", "2015-02-23 22:30:17.024203"], ["id", 3], ["street_default", "Grünberger Straße"], ["zipcode", 10245], ["street_number", "60"], ["latitude", 52.5116599], ["longitude", 13.4568407], ["country_id", 13], ["state_id", 1], ["city_id", 1], ["district_id", 2], ["subdistrict_id", 1], ["id", 3]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Grünberger Straße"], ["mgca_address_id", 3], ["created_at", "2015-02-23 22:30:17.789632"], ["updated_at", "2015-02-23 22:30:17.789632"]]  (1.5ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 841ms (ActiveRecord: 7.6ms) Started GET "/users" for ::1 at 2015-02-23 23:30:17 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.2ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (12.3ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 280ms (Views: 278.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:18 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:30:33 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.5ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]] CACHE (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (157.9ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 416ms (Views: 411.7ms | ActiveRecord: 3.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:30:34 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 23:30:36 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC MagicAddresses::Subdistrict::Translation Load (0.2ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (17.5ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 265ms (Views: 263.6ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:37 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 23:30:38 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 1]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (15.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 291ms (Views: 290.1ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:39 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 23:30:41 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" IN (1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 1]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (15.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 275ms (Views: 273.4ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:30:42 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:30:43 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.4ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]] CACHE (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (57.5ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 331ms (Views: 327.0ms | ActiveRecord: 2.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:43 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:30:44 +0100 Started GET "/users" for ::1 at 2015-02-23 23:30:57 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (9.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 271ms (Views: 270.1ms | ActiveRecord: 0.7ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:30:57 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:30:58 +0100  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.4ms) select sqlite_version(*)  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateUsers (20150213105831)  (0.1ms) begin transaction  (0.4ms) 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", "20150213105831"]]  (0.6ms) commit transaction Migrating to AddMagicAddresses (20150223223200)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "street_default" varchar, "street_number" varchar, "street_additional" varchar, "zipcode" integer, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.2ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_address_translations" ADD "street_name" varchar  (0.1ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_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_addresses/spec/dummy/db/migrate/20150223223200_add_magic_addresses.rb:73)  (0.1ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)   (0.2ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_country_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale") SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+43"], ["default_name", "Austria"], ["iso_code", "AT"], ["created_at", "2015-02-23 22:32:47.281101"], ["updated_at", "2015-02-23 22:32:47.281101"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rakousko"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.284843"], ["updated_at", "2015-02-23 22:32:47.284843"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Österreich"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.285711"], ["updated_at", "2015-02-23 22:32:47.285711"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.286395"], ["updated_at", "2015-02-23 22:32:47.286395"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.287072"], ["updated_at", "2015-02-23 22:32:47.287072"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Autriche"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.287893"], ["updated_at", "2015-02-23 22:32:47.287893"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.288657"], ["updated_at", "2015-02-23 22:32:47.288657"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Austria"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.289377"], ["updated_at", "2015-02-23 22:32:47.289377"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Австрия"], ["mgca_country_id", 1], ["created_at", "2015-02-23 22:32:47.290055"], ["updated_at", "2015-02-23 22:32:47.290055"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+375"], ["default_name", "Belarus"], ["iso_code", "BY"], ["created_at", "2015-02-23 22:32:47.294066"], ["updated_at", "2015-02-23 22:32:47.294066"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bělorusko"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.294795"], ["updated_at", "2015-02-23 22:32:47.294795"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Weißrussland"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.295487"], ["updated_at", "2015-02-23 22:32:47.295487"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belarus"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.296199"], ["updated_at", "2015-02-23 22:32:47.296199"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bielorrusia"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.296851"], ["updated_at", "2015-02-23 22:32:47.296851"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bélarus"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.297521"], ["updated_at", "2015-02-23 22:32:47.297521"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bielorussia"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.298183"], ["updated_at", "2015-02-23 22:32:47.298183"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Białoruś"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.298839"], ["updated_at", "2015-02-23 22:32:47.298839"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Беларусь"], ["mgca_country_id", 2], ["created_at", "2015-02-23 22:32:47.299693"], ["updated_at", "2015-02-23 22:32:47.299693"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+32"], ["default_name", "Belgium"], ["iso_code", "BE"], ["created_at", "2015-02-23 22:32:47.304211"], ["updated_at", "2015-02-23 22:32:47.304211"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Belgie"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.305198"], ["updated_at", "2015-02-23 22:32:47.305198"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Belgien"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.305988"], ["updated_at", "2015-02-23 22:32:47.305988"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Belgium"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.306727"], ["updated_at", "2015-02-23 22:32:47.306727"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bélgica"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.307468"], ["updated_at", "2015-02-23 22:32:47.307468"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Belgique"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.308193"], ["updated_at", "2015-02-23 22:32:47.308193"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Belgio"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.308911"], ["updated_at", "2015-02-23 22:32:47.308911"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Belgia"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.309571"], ["updated_at", "2015-02-23 22:32:47.309571"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Бельгия"], ["mgca_country_id", 3], ["created_at", "2015-02-23 22:32:47.310259"], ["updated_at", "2015-02-23 22:32:47.310259"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+387"], ["default_name", "Bosnia and Herzegovina"], ["iso_code", "BA"], ["created_at", "2015-02-23 22:32:47.315424"], ["updated_at", "2015-02-23 22:32:47.315424"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bosna a Hercegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.317134"], ["updated_at", "2015-02-23 22:32:47.317134"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bosnien und Herzegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.318191"], ["updated_at", "2015-02-23 22:32:47.318191"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bosnia and Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.319091"], ["updated_at", "2015-02-23 22:32:47.319091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bosnia y Herzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.319985"], ["updated_at", "2015-02-23 22:32:47.319985"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bosnie-Herzégovine"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.320830"], ["updated_at", "2015-02-23 22:32:47.320830"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bosnia-Erzegovina"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.321639"], ["updated_at", "2015-02-23 22:32:47.321639"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bośnia i Hercegowina"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.322468"], ["updated_at", "2015-02-23 22:32:47.322468"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Босния и Герцеговина"], ["mgca_country_id", 4], ["created_at", "2015-02-23 22:32:47.323337"], ["updated_at", "2015-02-23 22:32:47.323337"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+359"], ["default_name", "Bulgaria"], ["iso_code", "BG"], ["created_at", "2015-02-23 22:32:47.327339"], ["updated_at", "2015-02-23 22:32:47.327339"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Bulharsko"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.328161"], ["updated_at", "2015-02-23 22:32:47.328161"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Bulgarien"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.328917"], ["updated_at", "2015-02-23 22:32:47.328917"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.329598"], ["updated_at", "2015-02-23 22:32:47.329598"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.330285"], ["updated_at", "2015-02-23 22:32:47.330285"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Bulgarie"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.330953"], ["updated_at", "2015-02-23 22:32:47.330953"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Bulgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.331614"], ["updated_at", "2015-02-23 22:32:47.331614"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Bułgaria"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.332373"], ["updated_at", "2015-02-23 22:32:47.332373"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Болгария"], ["mgca_country_id", 5], ["created_at", "2015-02-23 22:32:47.333045"], ["updated_at", "2015-02-23 22:32:47.333045"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "Canada"], ["iso_code", "CA"], ["created_at", "2015-02-23 22:32:47.336887"], ["updated_at", "2015-02-23 22:32:47.336887"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.337633"], ["updated_at", "2015-02-23 22:32:47.337633"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.338384"], ["updated_at", "2015-02-23 22:32:47.338384"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.339042"], ["updated_at", "2015-02-23 22:32:47.339042"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Canadá"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.339695"], ["updated_at", "2015-02-23 22:32:47.339695"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.340362"], ["updated_at", "2015-02-23 22:32:47.340362"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Canada"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.341025"], ["updated_at", "2015-02-23 22:32:47.341025"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Kanada"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.341899"], ["updated_at", "2015-02-23 22:32:47.341899"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Канада"], ["mgca_country_id", 6], ["created_at", "2015-02-23 22:32:47.342733"], ["updated_at", "2015-02-23 22:32:47.342733"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+385"], ["default_name", "Croatia"], ["iso_code", "HR"], ["created_at", "2015-02-23 22:32:47.347228"], ["updated_at", "2015-02-23 22:32:47.347228"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Chorvatsko"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.348156"], ["updated_at", "2015-02-23 22:32:47.348156"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Kroatien"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.348959"], ["updated_at", "2015-02-23 22:32:47.348959"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Croatia"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.349777"], ["updated_at", "2015-02-23 22:32:47.349777"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Croacia"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.350483"], ["updated_at", "2015-02-23 22:32:47.350483"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Croatie"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.351173"], ["updated_at", "2015-02-23 22:32:47.351173"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Croazia"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.351843"], ["updated_at", "2015-02-23 22:32:47.351843"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Chorwacja"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.352528"], ["updated_at", "2015-02-23 22:32:47.352528"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Хорватия"], ["mgca_country_id", 7], ["created_at", "2015-02-23 22:32:47.353184"], ["updated_at", "2015-02-23 22:32:47.353184"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+357"], ["default_name", "Cyprus"], ["iso_code", "CY"], ["created_at", "2015-02-23 22:32:47.356839"], ["updated_at", "2015-02-23 22:32:47.356839"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Kypr"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.357694"], ["updated_at", "2015-02-23 22:32:47.357694"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Zypern"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.358490"], ["updated_at", "2015-02-23 22:32:47.358490"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Cyprus"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.359176"], ["updated_at", "2015-02-23 22:32:47.359176"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Chipre"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.359837"], ["updated_at", "2015-02-23 22:32:47.359837"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Chypre"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.360521"], ["updated_at", "2015-02-23 22:32:47.360521"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Cipro"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.361198"], ["updated_at", "2015-02-23 22:32:47.361198"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Cypr"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.361877"], ["updated_at", "2015-02-23 22:32:47.361877"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Кипр"], ["mgca_country_id", 8], ["created_at", "2015-02-23 22:32:47.362561"], ["updated_at", "2015-02-23 22:32:47.362561"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+420"], ["default_name", "Czech Republic"], ["iso_code", "CZ"], ["created_at", "2015-02-23 22:32:47.367143"], ["updated_at", "2015-02-23 22:32:47.367143"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Česká republika"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.368485"], ["updated_at", "2015-02-23 22:32:47.368485"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Tschechische Republik"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.369451"], ["updated_at", "2015-02-23 22:32:47.369451"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Czech Republic"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.370298"], ["updated_at", "2015-02-23 22:32:47.370298"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "República Checa"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.371277"], ["updated_at", "2015-02-23 22:32:47.371277"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Tchèque, République"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.372195"], ["updated_at", "2015-02-23 22:32:47.372195"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Repubblica Ceca"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.373017"], ["updated_at", "2015-02-23 22:32:47.373017"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Czechy"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.373823"], ["updated_at", "2015-02-23 22:32:47.373823"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Чешская Республика"], ["mgca_country_id", 9], ["created_at", "2015-02-23 22:32:47.374616"], ["updated_at", "2015-02-23 22:32:47.374616"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+45"], ["default_name", "Denmark"], ["iso_code", "DK"], ["created_at", "2015-02-23 22:32:47.378617"], ["updated_at", "2015-02-23 22:32:47.378617"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Dánsko"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.379435"], ["updated_at", "2015-02-23 22:32:47.379435"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Dänemark"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.380171"], ["updated_at", "2015-02-23 22:32:47.380171"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Denmark"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.380961"], ["updated_at", "2015-02-23 22:32:47.380961"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Dinamarca"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.381722"], ["updated_at", "2015-02-23 22:32:47.381722"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Danemark"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.382388"], ["updated_at", "2015-02-23 22:32:47.382388"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Danimarca"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.383077"], ["updated_at", "2015-02-23 22:32:47.383077"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Dania"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.383895"], ["updated_at", "2015-02-23 22:32:47.383895"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Дания"], ["mgca_country_id", 10], ["created_at", "2015-02-23 22:32:47.384836"], ["updated_at", "2015-02-23 22:32:47.384836"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+358"], ["default_name", "Finland"], ["iso_code", "FI"], ["created_at", "2015-02-23 22:32:47.389273"], ["updated_at", "2015-02-23 22:32:47.389273"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Finsko"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.390146"], ["updated_at", "2015-02-23 22:32:47.390146"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Finnland"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.390981"], ["updated_at", "2015-02-23 22:32:47.390981"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Finland"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.391738"], ["updated_at", "2015-02-23 22:32:47.391738"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.392536"], ["updated_at", "2015-02-23 22:32:47.392536"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Finlande"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.393298"], ["updated_at", "2015-02-23 22:32:47.393298"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.393965"], ["updated_at", "2015-02-23 22:32:47.393965"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Finlandia"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.394646"], ["updated_at", "2015-02-23 22:32:47.394646"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Финляндия"], ["mgca_country_id", 11], ["created_at", "2015-02-23 22:32:47.395380"], ["updated_at", "2015-02-23 22:32:47.395380"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+33"], ["default_name", "France"], ["iso_code", "FR"], ["created_at", "2015-02-23 22:32:47.399331"], ["updated_at", "2015-02-23 22:32:47.399331"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Francie"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.400309"], ["updated_at", "2015-02-23 22:32:47.400309"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Frankreich"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.401192"], ["updated_at", "2015-02-23 22:32:47.401192"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.402203"], ["updated_at", "2015-02-23 22:32:47.402203"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.403129"], ["updated_at", "2015-02-23 22:32:47.403129"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "France"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.404075"], ["updated_at", "2015-02-23 22:32:47.404075"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Francia"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.404928"], ["updated_at", "2015-02-23 22:32:47.404928"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Francja"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.405754"], ["updated_at", "2015-02-23 22:32:47.405754"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Франция"], ["mgca_country_id", 12], ["created_at", "2015-02-23 22:32:47.406546"], ["updated_at", "2015-02-23 22:32:47.406546"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+49"], ["default_name", "Germany"], ["iso_code", "DE"], ["created_at", "2015-02-23 22:32:47.410457"], ["updated_at", "2015-02-23 22:32:47.410457"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Německo"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.411227"], ["updated_at", "2015-02-23 22:32:47.411227"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.411987"], ["updated_at", "2015-02-23 22:32:47.411987"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.412676"], ["updated_at", "2015-02-23 22:32:47.412676"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Alemania"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.413365"], ["updated_at", "2015-02-23 22:32:47.413365"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Allemagne"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.414082"], ["updated_at", "2015-02-23 22:32:47.414082"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Germania"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.414764"], ["updated_at", "2015-02-23 22:32:47.414764"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Niemcy"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.415526"], ["updated_at", "2015-02-23 22:32:47.415526"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Германия"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:32:47.416285"], ["updated_at", "2015-02-23 22:32:47.416285"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+30"], ["default_name", "Greece"], ["iso_code", "GR"], ["created_at", "2015-02-23 22:32:47.420001"], ["updated_at", "2015-02-23 22:32:47.420001"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Řecko"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.420770"], ["updated_at", "2015-02-23 22:32:47.420770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Griechenland"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.421486"], ["updated_at", "2015-02-23 22:32:47.421486"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Greece"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.422175"], ["updated_at", "2015-02-23 22:32:47.422175"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.422870"], ["updated_at", "2015-02-23 22:32:47.422870"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Grèce"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.423543"], ["updated_at", "2015-02-23 22:32:47.423543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Grecia"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.424272"], ["updated_at", "2015-02-23 22:32:47.424272"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Grecja"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.424923"], ["updated_at", "2015-02-23 22:32:47.424923"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Греция"], ["mgca_country_id", 14], ["created_at", "2015-02-23 22:32:47.425851"], ["updated_at", "2015-02-23 22:32:47.425851"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+36"], ["default_name", "Hungary"], ["iso_code", "HU"], ["created_at", "2015-02-23 22:32:47.430655"], ["updated_at", "2015-02-23 22:32:47.430655"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Maďarsko"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.431562"], ["updated_at", "2015-02-23 22:32:47.431562"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ungarn"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.432383"], ["updated_at", "2015-02-23 22:32:47.432383"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Hungary"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.433157"], ["updated_at", "2015-02-23 22:32:47.433157"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Hungría"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.433864"], ["updated_at", "2015-02-23 22:32:47.433864"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Hongrie"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.434549"], ["updated_at", "2015-02-23 22:32:47.434549"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ungheria"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.435271"], ["updated_at", "2015-02-23 22:32:47.435271"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Węgry"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.436031"], ["updated_at", "2015-02-23 22:32:47.436031"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Венгрия"], ["mgca_country_id", 15], ["created_at", "2015-02-23 22:32:47.436708"], ["updated_at", "2015-02-23 22:32:47.436708"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+353"], ["default_name", "Ireland"], ["iso_code", "IE"], ["created_at", "2015-02-23 22:32:47.440558"], ["updated_at", "2015-02-23 22:32:47.440558"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Irsko"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.441300"], ["updated_at", "2015-02-23 22:32:47.441300"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Irland"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.442050"], ["updated_at", "2015-02-23 22:32:47.442050"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ireland"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.442726"], ["updated_at", "2015-02-23 22:32:47.442726"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.443425"], ["updated_at", "2015-02-23 22:32:47.443425"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Irlande"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.444112"], ["updated_at", "2015-02-23 22:32:47.444112"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Irlanda"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.444773"], ["updated_at", "2015-02-23 22:32:47.444773"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Irlandia"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.445488"], ["updated_at", "2015-02-23 22:32:47.445488"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Ирландия"], ["mgca_country_id", 16], ["created_at", "2015-02-23 22:32:47.446147"], ["updated_at", "2015-02-23 22:32:47.446147"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+39"], ["default_name", "Italy"], ["iso_code", "IT"], ["created_at", "2015-02-23 22:32:47.450683"], ["updated_at", "2015-02-23 22:32:47.450683"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Itálie"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.452018"], ["updated_at", "2015-02-23 22:32:47.452018"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Italien"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.452963"], ["updated_at", "2015-02-23 22:32:47.452963"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Italy"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.453852"], ["updated_at", "2015-02-23 22:32:47.453852"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.454999"], ["updated_at", "2015-02-23 22:32:47.454999"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Italie"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.456069"], ["updated_at", "2015-02-23 22:32:47.456069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Italia"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.457049"], ["updated_at", "2015-02-23 22:32:47.457049"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Włochy"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.457978"], ["updated_at", "2015-02-23 22:32:47.457978"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Италия"], ["mgca_country_id", 17], ["created_at", "2015-02-23 22:32:47.458749"], ["updated_at", "2015-02-23 22:32:47.458749"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+371"], ["default_name", "Latvia"], ["iso_code", "LV"], ["created_at", "2015-02-23 22:32:47.462840"], ["updated_at", "2015-02-23 22:32:47.462840"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lotyšsko"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.463670"], ["updated_at", "2015-02-23 22:32:47.463670"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Lettland"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.464530"], ["updated_at", "2015-02-23 22:32:47.464530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Latvia"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.465269"], ["updated_at", "2015-02-23 22:32:47.465269"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Letonia"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.465979"], ["updated_at", "2015-02-23 22:32:47.465979"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lettonie"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.466790"], ["updated_at", "2015-02-23 22:32:47.466790"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lettonia"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.467706"], ["updated_at", "2015-02-23 22:32:47.467706"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Łotwa"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.468607"], ["updated_at", "2015-02-23 22:32:47.468607"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Латвия"], ["mgca_country_id", 18], ["created_at", "2015-02-23 22:32:47.469479"], ["updated_at", "2015-02-23 22:32:47.469479"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+423"], ["default_name", "Liechtenstein"], ["iso_code", "LI"], ["created_at", "2015-02-23 22:32:47.473664"], ["updated_at", "2015-02-23 22:32:47.473664"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lichtenštejnsko"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.474556"], ["updated_at", "2015-02-23 22:32:47.474556"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.475317"], ["updated_at", "2015-02-23 22:32:47.475317"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.476016"], ["updated_at", "2015-02-23 22:32:47.476016"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.476724"], ["updated_at", "2015-02-23 22:32:47.476724"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.477422"], ["updated_at", "2015-02-23 22:32:47.477422"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.478107"], ["updated_at", "2015-02-23 22:32:47.478107"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Liechtenstein"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.478789"], ["updated_at", "2015-02-23 22:32:47.478789"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Лихтенштейн"], ["mgca_country_id", 19], ["created_at", "2015-02-23 22:32:47.479480"], ["updated_at", "2015-02-23 22:32:47.479480"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+370"], ["default_name", "Lithuania"], ["iso_code", "LT"], ["created_at", "2015-02-23 22:32:47.483554"], ["updated_at", "2015-02-23 22:32:47.483554"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Litva"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.484545"], ["updated_at", "2015-02-23 22:32:47.484545"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Litauen"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.485476"], ["updated_at", "2015-02-23 22:32:47.485476"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Lithuania"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.486333"], ["updated_at", "2015-02-23 22:32:47.486333"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.487342"], ["updated_at", "2015-02-23 22:32:47.487342"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Lituanie"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.488224"], ["updated_at", "2015-02-23 22:32:47.488224"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lituania"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.488994"], ["updated_at", "2015-02-23 22:32:47.488994"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Litwa"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.489770"], ["updated_at", "2015-02-23 22:32:47.489770"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Литва"], ["mgca_country_id", 20], ["created_at", "2015-02-23 22:32:47.490570"], ["updated_at", "2015-02-23 22:32:47.490570"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+352"], ["default_name", "Luxembourg"], ["iso_code", "LU"], ["created_at", "2015-02-23 22:32:47.494464"], ["updated_at", "2015-02-23 22:32:47.494464"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Lucembursko"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.495243"], ["updated_at", "2015-02-23 22:32:47.495243"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Luxemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.495971"], ["updated_at", "2015-02-23 22:32:47.495971"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.496724"], ["updated_at", "2015-02-23 22:32:47.496724"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Luxemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.497507"], ["updated_at", "2015-02-23 22:32:47.497507"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Luxembourg"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.498193"], ["updated_at", "2015-02-23 22:32:47.498193"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Lussemburgo"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.498860"], ["updated_at", "2015-02-23 22:32:47.498860"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Luksemburg"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.499518"], ["updated_at", "2015-02-23 22:32:47.499518"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Люксембург"], ["mgca_country_id", 21], ["created_at", "2015-02-23 22:32:47.500175"], ["updated_at", "2015-02-23 22:32:47.500175"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+31"], ["default_name", "Netherlands"], ["iso_code", "NL"], ["created_at", "2015-02-23 22:32:47.503854"], ["updated_at", "2015-02-23 22:32:47.503854"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Nizozemsko"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.504573"], ["updated_at", "2015-02-23 22:32:47.504573"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Niederlande"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.505272"], ["updated_at", "2015-02-23 22:32:47.505272"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Netherlands"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.506039"], ["updated_at", "2015-02-23 22:32:47.506039"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Países Bajos"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.506921"], ["updated_at", "2015-02-23 22:32:47.506921"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pays-Bas"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.507856"], ["updated_at", "2015-02-23 22:32:47.507856"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Paesi Bassi"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.508757"], ["updated_at", "2015-02-23 22:32:47.508757"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Holandia"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.509584"], ["updated_at", "2015-02-23 22:32:47.509584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Нидерланды"], ["mgca_country_id", 22], ["created_at", "2015-02-23 22:32:47.510375"], ["updated_at", "2015-02-23 22:32:47.510375"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+47"], ["default_name", "Norway"], ["iso_code", "NO"], ["created_at", "2015-02-23 22:32:47.514351"], ["updated_at", "2015-02-23 22:32:47.514351"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Norsko"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.515157"], ["updated_at", "2015-02-23 22:32:47.515157"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Norwegen"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.515995"], ["updated_at", "2015-02-23 22:32:47.515995"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Norway"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.516843"], ["updated_at", "2015-02-23 22:32:47.516843"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Noruega"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.527205"], ["updated_at", "2015-02-23 22:32:47.527205"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Norvège"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.528018"], ["updated_at", "2015-02-23 22:32:47.528018"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Norvegia"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.528799"], ["updated_at", "2015-02-23 22:32:47.528799"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Norwegia"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.529543"], ["updated_at", "2015-02-23 22:32:47.529543"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Норвегия"], ["mgca_country_id", 23], ["created_at", "2015-02-23 22:32:47.530291"], ["updated_at", "2015-02-23 22:32:47.530291"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+48"], ["default_name", "Poland"], ["iso_code", "PL"], ["created_at", "2015-02-23 22:32:47.534512"], ["updated_at", "2015-02-23 22:32:47.534512"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Polsko"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.535375"], ["updated_at", "2015-02-23 22:32:47.535375"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Polen"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.536175"], ["updated_at", "2015-02-23 22:32:47.536175"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Poland"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.536939"], ["updated_at", "2015-02-23 22:32:47.536939"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.537675"], ["updated_at", "2015-02-23 22:32:47.537675"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Pologne"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.538384"], ["updated_at", "2015-02-23 22:32:47.538384"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Polonia"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.539120"], ["updated_at", "2015-02-23 22:32:47.539120"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Polska"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.539828"], ["updated_at", "2015-02-23 22:32:47.539828"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Польша"], ["mgca_country_id", 24], ["created_at", "2015-02-23 22:32:47.540556"], ["updated_at", "2015-02-23 22:32:47.540556"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+351"], ["default_name", "Portugal"], ["iso_code", "PT"], ["created_at", "2015-02-23 22:32:47.544692"], ["updated_at", "2015-02-23 22:32:47.544692"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Portugalsko"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.545550"], ["updated_at", "2015-02-23 22:32:47.545550"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.546407"], ["updated_at", "2015-02-23 22:32:47.546407"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.547316"], ["updated_at", "2015-02-23 22:32:47.547316"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.548266"], ["updated_at", "2015-02-23 22:32:47.548266"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Portugal"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.549235"], ["updated_at", "2015-02-23 22:32:47.549235"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Portogallo"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.550136"], ["updated_at", "2015-02-23 22:32:47.550136"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Portugalia"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.550993"], ["updated_at", "2015-02-23 22:32:47.550993"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Португалия"], ["mgca_country_id", 25], ["created_at", "2015-02-23 22:32:47.551815"], ["updated_at", "2015-02-23 22:32:47.551815"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+40"], ["default_name", "Romania"], ["iso_code", "RO"], ["created_at", "2015-02-23 22:32:47.556158"], ["updated_at", "2015-02-23 22:32:47.556158"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Rumunsko"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.557037"], ["updated_at", "2015-02-23 22:32:47.557037"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Rumänien"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.557852"], ["updated_at", "2015-02-23 22:32:47.557852"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.558584"], ["updated_at", "2015-02-23 22:32:47.558584"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Rumanía"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.559366"], ["updated_at", "2015-02-23 22:32:47.559366"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Roumanie"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.560090"], ["updated_at", "2015-02-23 22:32:47.560090"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Romania"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.560848"], ["updated_at", "2015-02-23 22:32:47.560848"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Rumunia"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.561590"], ["updated_at", "2015-02-23 22:32:47.561590"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Румыния"], ["mgca_country_id", 26], ["created_at", "2015-02-23 22:32:47.562364"], ["updated_at", "2015-02-23 22:32:47.562364"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+7"], ["default_name", "Russian Federation"], ["iso_code", "RU"], ["created_at", "2015-02-23 22:32:47.568403"], ["updated_at", "2015-02-23 22:32:47.568403"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ruská federace"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.569790"], ["updated_at", "2015-02-23 22:32:47.569790"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Russische Föderation"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.570895"], ["updated_at", "2015-02-23 22:32:47.570895"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Russian Federation"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.571952"], ["updated_at", "2015-02-23 22:32:47.571952"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Federación Rusa"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.572989"], ["updated_at", "2015-02-23 22:32:47.572989"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Russie, Fédération de"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.574000"], ["updated_at", "2015-02-23 22:32:47.574000"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Russia"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.575036"], ["updated_at", "2015-02-23 22:32:47.575036"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Federacja Rosyjska"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.576110"], ["updated_at", "2015-02-23 22:32:47.576110"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Российская Федерация"], ["mgca_country_id", 27], ["created_at", "2015-02-23 22:32:47.577006"], ["updated_at", "2015-02-23 22:32:47.577006"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+381"], ["default_name", "Serbia"], ["iso_code", "RS"], ["created_at", "2015-02-23 22:32:47.581722"], ["updated_at", "2015-02-23 22:32:47.581722"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Srbsko"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.583232"], ["updated_at", "2015-02-23 22:32:47.583232"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Serbien"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.584069"], ["updated_at", "2015-02-23 22:32:47.584069"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.584805"], ["updated_at", "2015-02-23 22:32:47.584805"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.585531"], ["updated_at", "2015-02-23 22:32:47.585531"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Serbie"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.586640"], ["updated_at", "2015-02-23 22:32:47.586640"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.587421"], ["updated_at", "2015-02-23 22:32:47.587421"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Serbia"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.588227"], ["updated_at", "2015-02-23 22:32:47.588227"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Сербия"], ["mgca_country_id", 28], ["created_at", "2015-02-23 22:32:47.589124"], ["updated_at", "2015-02-23 22:32:47.589124"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+421"], ["default_name", "Slovakia"], ["iso_code", "SK"], ["created_at", "2015-02-23 22:32:47.593488"], ["updated_at", "2015-02-23 22:32:47.593488"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovensko"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.594377"], ["updated_at", "2015-02-23 22:32:47.594377"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowakei"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.595152"], ["updated_at", "2015-02-23 22:32:47.595152"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovakia"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.595853"], ["updated_at", "2015-02-23 22:32:47.595853"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovaquia"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.596567"], ["updated_at", "2015-02-23 22:32:47.596567"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovaquie"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.597256"], ["updated_at", "2015-02-23 22:32:47.597256"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovacchia"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.597964"], ["updated_at", "2015-02-23 22:32:47.597964"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowacja"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.598685"], ["updated_at", "2015-02-23 22:32:47.598685"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словакия"], ["mgca_country_id", 29], ["created_at", "2015-02-23 22:32:47.599712"], ["updated_at", "2015-02-23 22:32:47.599712"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+386"], ["default_name", "Slovenia"], ["iso_code", "SI"], ["created_at", "2015-02-23 22:32:47.604509"], ["updated_at", "2015-02-23 22:32:47.604509"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Slovinsko"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.605445"], ["updated_at", "2015-02-23 22:32:47.605445"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Slowenien"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.606298"], ["updated_at", "2015-02-23 22:32:47.606298"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.607091"], ["updated_at", "2015-02-23 22:32:47.607091"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Eslovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.608034"], ["updated_at", "2015-02-23 22:32:47.608034"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Slovénie"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.608839"], ["updated_at", "2015-02-23 22:32:47.608839"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Slovenia"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.609569"], ["updated_at", "2015-02-23 22:32:47.609569"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Słowenia"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.610292"], ["updated_at", "2015-02-23 22:32:47.610292"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Словения"], ["mgca_country_id", 30], ["created_at", "2015-02-23 22:32:47.611017"], ["updated_at", "2015-02-23 22:32:47.611017"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+34"], ["default_name", "Spain"], ["iso_code", "ES"], ["created_at", "2015-02-23 22:32:47.615003"], ["updated_at", "2015-02-23 22:32:47.615003"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Španělsko"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.615769"], ["updated_at", "2015-02-23 22:32:47.615769"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Spanien"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.616508"], ["updated_at", "2015-02-23 22:32:47.616508"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Spain"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.617203"], ["updated_at", "2015-02-23 22:32:47.617203"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "España"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.617907"], ["updated_at", "2015-02-23 22:32:47.617907"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Espagne"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.618601"], ["updated_at", "2015-02-23 22:32:47.618601"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Spagna"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.619287"], ["updated_at", "2015-02-23 22:32:47.619287"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Hiszpania"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.619958"], ["updated_at", "2015-02-23 22:32:47.619958"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Испания"], ["mgca_country_id", 31], ["created_at", "2015-02-23 22:32:47.620646"], ["updated_at", "2015-02-23 22:32:47.620646"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+46"], ["default_name", "Sweden"], ["iso_code", "SE"], ["created_at", "2015-02-23 22:32:47.624434"], ["updated_at", "2015-02-23 22:32:47.624434"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švédsko"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.625220"], ["updated_at", "2015-02-23 22:32:47.625220"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweden"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.626007"], ["updated_at", "2015-02-23 22:32:47.626007"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Sweden"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.626719"], ["updated_at", "2015-02-23 22:32:47.626719"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suecia"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.627439"], ["updated_at", "2015-02-23 22:32:47.627439"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suède"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.628173"], ["updated_at", "2015-02-23 22:32:47.628173"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svezia"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.629174"], ["updated_at", "2015-02-23 22:32:47.629174"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwecja"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.630308"], ["updated_at", "2015-02-23 22:32:47.630308"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швеция"], ["mgca_country_id", 32], ["created_at", "2015-02-23 22:32:47.631453"], ["updated_at", "2015-02-23 22:32:47.631453"]] SQL (0.1ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+41"], ["default_name", "Switzerland"], ["iso_code", "CH"], ["created_at", "2015-02-23 22:32:47.636018"], ["updated_at", "2015-02-23 22:32:47.636018"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Švýcarsko"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.636969"], ["updated_at", "2015-02-23 22:32:47.636969"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Schweiz"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.637733"], ["updated_at", "2015-02-23 22:32:47.637733"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Switzerland"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.638455"], ["updated_at", "2015-02-23 22:32:47.638455"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Suiza"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.639152"], ["updated_at", "2015-02-23 22:32:47.639152"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Suisse"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.639847"], ["updated_at", "2015-02-23 22:32:47.639847"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Svizzera"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.640530"], ["updated_at", "2015-02-23 22:32:47.640530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Szwajcaria"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.641192"], ["updated_at", "2015-02-23 22:32:47.641192"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Швейцария"], ["mgca_country_id", 33], ["created_at", "2015-02-23 22:32:47.641869"], ["updated_at", "2015-02-23 22:32:47.641869"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+380"], ["default_name", "Ukraine"], ["iso_code", "UA"], ["created_at", "2015-02-23 22:32:47.645540"], ["updated_at", "2015-02-23 22:32:47.645540"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Ukrajina"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.646258"], ["updated_at", "2015-02-23 22:32:47.646258"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.646999"], ["updated_at", "2015-02-23 22:32:47.646999"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.647735"], ["updated_at", "2015-02-23 22:32:47.647735"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Ucrania"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.648583"], ["updated_at", "2015-02-23 22:32:47.648583"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Ukraine"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.649402"], ["updated_at", "2015-02-23 22:32:47.649402"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Ucraina"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.650574"], ["updated_at", "2015-02-23 22:32:47.650574"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Ukraina"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.651414"], ["updated_at", "2015-02-23 22:32:47.651414"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Украина"], ["mgca_country_id", 34], ["created_at", "2015-02-23 22:32:47.652226"], ["updated_at", "2015-02-23 22:32:47.652226"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+44"], ["default_name", "United Kingdom"], ["iso_code", "GB"], ["created_at", "2015-02-23 22:32:47.656769"], ["updated_at", "2015-02-23 22:32:47.656769"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené království"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.657802"], ["updated_at", "2015-02-23 22:32:47.657802"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigtes Königreich"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.658629"], ["updated_at", "2015-02-23 22:32:47.658629"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United Kingdom"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.659422"], ["updated_at", "2015-02-23 22:32:47.659422"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Reino Unido"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.660226"], ["updated_at", "2015-02-23 22:32:47.660226"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "Royaume-Uni"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.660924"], ["updated_at", "2015-02-23 22:32:47.660924"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Regno Unito"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.661651"], ["updated_at", "2015-02-23 22:32:47.661651"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Wielka Brytania"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.662335"], ["updated_at", "2015-02-23 22:32:47.662335"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённое Королевство"], ["mgca_country_id", 35], ["created_at", "2015-02-23 22:32:47.663079"], ["updated_at", "2015-02-23 22:32:47.663079"]] SQL (0.0ms) INSERT INTO "mgca_countries" ("dial_code", "default_name", "iso_code", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["dial_code", "+1"], ["default_name", "United States"], ["iso_code", "US"], ["created_at", "2015-02-23 22:32:47.666958"], ["updated_at", "2015-02-23 22:32:47.666958"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "cs"], ["name", "Spojené státy"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.667688"], ["updated_at", "2015-02-23 22:32:47.667688"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Vereinigte Staaten"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.668400"], ["updated_at", "2015-02-23 22:32:47.668400"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "United States"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.669158"], ["updated_at", "2015-02-23 22:32:47.669158"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "es"], ["name", "Estados Unidos"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.670064"], ["updated_at", "2015-02-23 22:32:47.670064"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "fr"], ["name", "États-Unis"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.671017"], ["updated_at", "2015-02-23 22:32:47.671017"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "it"], ["name", "Stati Uniti"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.671934"], ["updated_at", "2015-02-23 22:32:47.671934"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "pl"], ["name", "Stany Zjednoczone"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.672728"], ["updated_at", "2015-02-23 22:32:47.672728"]] SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "ru"], ["name", "Соединённые штаты"], ["mgca_country_id", 36], ["created_at", "2015-02-23 22:32:47.673470"], ["updated_at", "2015-02-23 22:32:47.673470"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_countries" 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_addresses/spec/dummy/db/migrate/20150223223200_add_magic_addresses.rb:91)  (0.1ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.2ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_state_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_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_addresses/spec/dummy/db/migrate/20150223223200_add_magic_addresses.rb:109)  (0.1ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_city_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_city_translations_on_locale" ON "mgca_city_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_addresses/spec/dummy/db/migrate/20150223223200_add_magic_addresses.rb:127)  (0.1ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.1ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) ALTER TABLE "mgca_district_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_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_addresses/spec/dummy/db/migrate/20150223223200_add_magic_addresses.rb:145)  (0.1ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.0ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'   (0.1ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) ALTER TABLE "mgca_subdistrict_translations" ADD "name" varchar  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.0ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms) CREATE INDEX "index_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150223223200"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_mgca_address_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_mgca_city_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_mgca_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_mgca_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_districts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_districts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_mgca_state_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_states_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_states_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_mgca_subdistrict_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_district_id' AND type='index'  (1.0ms) CREATE TABLE "mgca_address_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_address_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "street_name" varchar)   (0.0ms) select sqlite_version(*)  (0.7ms) CREATE INDEX "index_mgca_address_translations_on_locale" ON "mgca_address_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_address_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_address_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_address_translations_on_mgca_address_id" ON "mgca_address_translations" ("mgca_address_id")  (0.7ms) CREATE TABLE "mgca_addresses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "fetch_address" text, "street_default" varchar, "street_number" varchar, "street_additional" varchar, "zipcode" integer, "default" boolean, "longitude" float, "latitude" float, "subdistrict_id" integer, "district_id" integer, "city_id" integer, "state_id" integer, "country_id" integer, "owner_id" integer, "owner_type" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.7ms) CREATE INDEX "index_mgca_addresses_on_city_id" ON "mgca_addresses" ("city_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_country_id" ON "mgca_addresses" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.8ms) CREATE INDEX "index_mgca_addresses_on_district_id" ON "mgca_addresses" ("district_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_addresses_on_owner_type_and_owner_id" ON "mgca_addresses" ("owner_type", "owner_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_addresses_on_state_id" ON "mgca_addresses" ("state_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_state_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_state_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_owner_type_and_owner_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_district_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_district_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_country_id' AND type='index'   (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_addresses_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_addresses_on_city_id' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_addresses_on_subdistrict_id" ON "mgca_addresses" ("subdistrict_id")  (0.8ms) CREATE TABLE "mgca_cities" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "state_id" integer, "country_id" integer, "created_at" datetime, "updated_at" datetime)  (0.6ms) CREATE INDEX "index_mgca_cities_on_country_id" ON "mgca_cities" ("country_id")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_cities_on_country_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_cities_on_country_id' AND type='index'  (0.7ms) CREATE INDEX "index_mgca_cities_on_state_id" ON "mgca_cities" ("state_id")  (0.8ms) CREATE TABLE "mgca_city_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_city_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_mgca_city_translations_on_locale" ON "mgca_city_translations" ("locale")  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_mgca_city_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_city_translations_on_locale' AND type='index'  (0.8ms) CREATE INDEX "index_mgca_city_translations_on_mgca_city_id" ON "mgca_city_translations" ("mgca_city_id")  (0.8ms) CREATE TABLE "mgca_countries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "iso_code" varchar(2), "dial_code" varchar, "fsm_state" varchar DEFAULT 'new', "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "mgca_country_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_country_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_locale" ON "mgca_country_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_country_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_country_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_country_translations_on_mgca_country_id" ON "mgca_country_translations" ("mgca_country_id")  (0.8ms) CREATE TABLE "mgca_district_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_district_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_locale" ON "mgca_district_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_district_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_district_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_district_translations_on_mgca_district_id" ON "mgca_district_translations" ("mgca_district_id")  (0.7ms) CREATE TABLE "mgca_districts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.6ms) CREATE INDEX "index_mgca_districts_on_city_id" ON "mgca_districts" ("city_id")  (0.8ms) CREATE TABLE "mgca_state_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_state_id" integer NOT NULL, "locale" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar)   (0.7ms) CREATE INDEX "index_mgca_state_translations_on_locale" ON "mgca_state_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_state_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_state_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_state_translations_on_mgca_state_id" ON "mgca_state_translations" ("mgca_state_id")  (0.8ms) CREATE TABLE "mgca_states" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "country_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_states_on_country_id" ON "mgca_states" ("country_id")  (0.8ms) CREATE TABLE "mgca_subdistrict_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "mgca_subdistrict_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_mgca_subdistrict_translations_on_locale" ON "mgca_subdistrict_translations" ("locale")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistrict_translations_on_locale' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_subdistrict_translations_on_mgca_subdistrict_id" ON "mgca_subdistrict_translations" ("mgca_subdistrict_id")  (0.7ms) CREATE TABLE "mgca_subdistricts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "default_name" varchar, "short_name" varchar, "fsm_state" varchar DEFAULT 'new', "district_id" integer, "city_id" integer, "created_at" datetime, "updated_at" datetime)   (0.7ms) CREATE INDEX "index_mgca_subdistricts_on_city_id" ON "mgca_subdistricts" ("city_id")  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_mgca_subdistricts_on_city_id' AND type='index'   (0.7ms) CREATE INDEX "index_mgca_subdistricts_on_district_id" ON "mgca_subdistricts" ("district_id")  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150223223200')  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20150213105831') Started GET "/users" for ::1 at 2015-02-23 23:40:29 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (1.9ms) Rendered shared/_flash_msgs.html.erb (0.5ms) Completed 200 OK in 537ms (Views: 534.2ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:40:30 +0100 Started GET "/" for ::1 at 2015-02-23 23:40:57 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (2.1ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (9.0ms) Rendered pages/start.html.erb within layouts/application (20.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 278ms (Views: 274.8ms | ActiveRecord: 0.6ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:40:57 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:40:58 +0100 Started POST "/users" for ::1 at 2015-02-23 23:41:27 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"Vw/YKiN7EH8Xq0VbS/8fARb+AO9KVpVsuVdO5YMSWuGCZW9q59R+NtB1M+wS3UjGEBrH7jrgT/naz8Zrrnrr9g==", "user"=>{"name"=>"torsten ", "address_attributes"=>{"street"=>"Heinz-Kapelle-Straße", "number"=>"6", "postalcode"=>"10407", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5334094", "longitude"=>"13.441243799999938", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "torsten "], ["created_at", "2015-02-23 22:41:27.675453"], ["updated_at", "2015-02-23 22:41:27.675453"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Heinz-Kapelle-Straße\nfetch_number: '6'\nfetch_zipcode: '10407'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 1], ["created_at", "2015-02-23 22:41:27.681979"], ["updated_at", "2015-02-23 22:41:27.681979"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Heinz-Kapelle-Straße"], ["mgca_address_id", 1], ["created_at", "2015-02-23 22:41:27.685291"], ["updated_at", "2015-02-23 22:41:27.685291"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Heinz-Kapelle-Straße 6 Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Heinz-Kapelle-Straße 6, 10407 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '6' short_name: '6' types: - street_number - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße 6, 10407 Berlin, Germany geometry: location: lat: 52.53326 lng: 13.44068 location_type: ROOFTOP viewport: northeast: lat: 52.53460898029149 lng: 13.4420289802915 southwest: lat: 52.5319110197085 lng: 13.4393310197085 place_id: ChIJgeChgwxOqEcRIv-h7JhVE6Q types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Heinz-Kapelle-Straße 6, 10407 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '6' short_name: '6' types: - street_number - long_name: Heinz-Kapelle-Straße short_name: Heinz-Kapelle-Straße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10407' short_name: '10407' types: - postal_code formatted_address: Heinz-Kapelle-Straße 6, 10407 Berlin, Deutschland geometry: location: lat: 52.53326 lng: 13.44068 location_type: ROOFTOP viewport: northeast: lat: 52.53460898029149 lng: 13.4420289802915 southwest: lat: 52.5319110197085 lng: 13.4393310197085 place_id: ChIJgeChgwxOqEcRIv-h7JhVE6Q types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 97]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 98]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 99]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 100]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 101]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 102]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 103]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 104]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:41:28.377936"], ["updated_at", "2015-02-23 22:41:28.377936"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:41:28.378960"], ["updated_at", "2015-02-23 22:41:28.378960"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] SQL (0.1ms) INSERT INTO "mgca_states" ("default_name", "short_name", "country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["created_at", "2015-02-23 22:41:28.401488"], ["updated_at", "2015-02-23 22:41:28.401488"]] SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_state_id", 1], ["created_at", "2015-02-23 22:41:28.402675"], ["updated_at", "2015-02-23 22:41:28.402675"]] ### ### state .. magic_state ### SQL (0.1ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 1]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-23 22:41:28.407379"], ["updated_at", "2015-02-23 22:41:28.407379"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] SQL (0.1ms) INSERT INTO "mgca_cities" ("default_name", "short_name", "country_id", "state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1], ["created_at", "2015-02-23 22:41:28.424203"], ["updated_at", "2015-02-23 22:41:28.424203"]] SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_city_id", 1], ["created_at", "2015-02-23 22:41:28.425297"], ["updated_at", "2015-02-23 22:41:28.425297"]] ### ### city .. magic_city ### SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 1]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-23 22:41:28.430028"], ["updated_at", "2015-02-23 22:41:28.430028"]] ### ### >>> DISTRICT: Bezirk Pankow ### MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1]] SQL (0.1ms) INSERT INTO "mgca_districts" ("default_name", "short_name", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1], ["created_at", "2015-02-23 22:41:28.446157"], ["updated_at", "2015-02-23 22:41:28.446157"]] SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_district_id", 1], ["created_at", "2015-02-23 22:41:28.447297"], ["updated_at", "2015-02-23 22:41:28.447297"]] ### ### district .. magic_district ### SQL (0.1ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 1]] ### ### District-Params (en) ... Bezirk Pankow ### ### ### District-Params (de) ... Bezirk Pankow ### SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Pankow"], ["mgca_district_id", 1], ["created_at", "2015-02-23 22:41:28.452058"], ["updated_at", "2015-02-23 22:41:28.452058"]] ### ### >>> SUBDISTRICT: Prenzlauer Berg ### MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."default_name" = ? AND "mgca_subdistricts"."short_name" = ? AND "mgca_subdistricts"."city_id" = ? AND "mgca_subdistricts"."district_id" = ? ORDER BY "mgca_subdistricts"."id" ASC LIMIT 1 [["default_name", "Prenzlauer Berg"], ["short_name", "Prenzlauer Berg"], ["city_id", 1], ["district_id", 1]] SQL (0.2ms) INSERT INTO "mgca_subdistricts" ("default_name", "short_name", "city_id", "district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Prenzlauer Berg"], ["short_name", "Prenzlauer Berg"], ["city_id", 1], ["district_id", 1], ["created_at", "2015-02-23 22:41:28.468049"], ["updated_at", "2015-02-23 22:41:28.468049"]] SQL (0.1ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_subdistrict_id", 1], ["created_at", "2015-02-23 22:41:28.469199"], ["updated_at", "2015-02-23 22:41:28.469199"]] ### ### subdistrict .. magic_subdistrict ### SQL (0.1ms) DELETE FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."id" = ? [["id", 1]] ### ### Subdistrict-Params (en) ... Prenzlauer Berg ### ### ### Subdistrict-Params (de) ... Prenzlauer Berg ### SQL (0.1ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "name", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Prenzlauer Berg"], ["mgca_subdistrict_id", 1], ["created_at", "2015-02-23 22:41:28.473714"], ["updated_at", "2015-02-23 22:41:28.473714"]] SQL (1.0ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ?, "district_id" = ?, "subdistrict_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 1], ["created_at", "2015-02-23 22:41:27.681979"], ["updated_at", "2015-02-23 22:41:27.681979"], ["id", 1], ["street_default", "Heinz-Kapelle-Straße"], ["zipcode", 10407], ["street_number", "6"], ["latitude", 52.53326], ["longitude", 13.44068], ["country_id", 13], ["state_id", 1], ["city_id", 1], ["district_id", 1], ["subdistrict_id", 1], ["id", 1]] SQL (0.0ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Heinz-Kapelle-Straße"], ["mgca_address_id", 1], ["created_at", "2015-02-23 22:41:28.479969"], ["updated_at", "2015-02-23 22:41:28.479969"]]  (1.9ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 872ms (ActiveRecord: 8.1ms) Started GET "/users" for ::1 at 2015-02-23 23:41:28 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (9.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 269ms (Views: 268.2ms | ActiveRecord: 0.8ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:41:28 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:41:29 +0100 Started GET "/" for ::1 at 2015-02-23 23:42:12 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.9ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.5ms) Rendered pages/start.html.erb within layouts/application (4.6ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 269ms (Views: 268.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:42:12 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:42:13 +0100 Started POST "/users" for ::1 at 2015-02-23 23:42:29 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"+3ZOsMdVxAWNcwAoG8D8lSt4Te9iqi+FJHeAV50U9oMuHPnwA/qqTEqtdp9C4qtSLZyK7hIc9RBH7wjZsHxHlA==", "user"=>{"name"=>"marco", "address_attributes"=>{"street"=>"Wichertstraße", "number"=>"33A", "postalcode"=>"10439", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.54692000000001", "longitude"=>"13.424369599999977", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Prenzlauer Berg"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "marco"], ["created_at", "2015-02-23 22:42:29.017984"], ["updated_at", "2015-02-23 22:42:29.017984"]] SQL (0.1ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Wichertstraße\nfetch_number: 33A\nfetch_zipcode: '10439'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 2], ["created_at", "2015-02-23 22:42:29.020127"], ["updated_at", "2015-02-23 22:42:29.020127"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Wichertstraße"], ["mgca_address_id", 2], ["created_at", "2015-02-23 22:42:29.022975"], ["updated_at", "2015-02-23 22:42:29.022975"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Wichertstraße 33A Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Wichertstraße 33A, 10439 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: 33A short_name: 33A types: - street_number - long_name: Wichertstraße short_name: Wichertstraße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10439' short_name: '10439' types: - postal_code formatted_address: Wichertstraße 33A, 10439 Berlin, Germany geometry: location: lat: 52.54692000000001 lng: 13.4243696 location_type: ROOFTOP viewport: northeast: lat: 52.54826898029151 lng: 13.4257185802915 southwest: lat: 52.54557101970851 lng: 13.4230206197085 place_id: ChIJA7P2L_lNqEcRKffO1Cfs-FM types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Wichertstraße 33A, 10439 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: 33A short_name: 33A types: - street_number - long_name: Wichertstraße short_name: Wichertstraße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10439' short_name: '10439' types: - postal_code formatted_address: Wichertstraße 33A, 10439 Berlin, Deutschland geometry: location: lat: 52.54692000000001 lng: 13.4243696 location_type: ROOFTOP viewport: northeast: lat: 52.54826898029151 lng: 13.4257185802915 southwest: lat: 52.54557101970851 lng: 13.4230206197085 place_id: ChIJA7P2L_lNqEcRKffO1Cfs-FM types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 289]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 290]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:42:29.620352"], ["updated_at", "2015-02-23 22:42:29.620352"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:42:29.621320"], ["updated_at", "2015-02-23 22:42:29.621320"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] ### ### state .. magic_state ### MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] SQL (0.1ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 2]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.0ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-23 22:42:29.626558"], ["updated_at", "2015-02-23 22:42:29.626558"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] ### ### city .. magic_city ### MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 2]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.0ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-23 22:42:29.631524"], ["updated_at", "2015-02-23 22:42:29.631524"]] ### ### >>> DISTRICT: Bezirk Pankow ### MagicAddresses::District Load (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1]] ### ### district .. magic_district ### MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] SQL (0.1ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 2]] ### ### District-Params (en) ... Bezirk Pankow ### ### ### District-Params (de) ... Bezirk Pankow ### SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Pankow"], ["mgca_district_id", 1], ["created_at", "2015-02-23 22:42:29.636232"], ["updated_at", "2015-02-23 22:42:29.636232"]] ### ### >>> SUBDISTRICT: Prenzlauer Berg ### MagicAddresses::Subdistrict Load (0.0ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."default_name" = ? AND "mgca_subdistricts"."short_name" = ? AND "mgca_subdistricts"."city_id" = ? AND "mgca_subdistricts"."district_id" = ? ORDER BY "mgca_subdistricts"."id" ASC LIMIT 1 [["default_name", "Prenzlauer Berg"], ["short_name", "Prenzlauer Berg"], ["city_id", 1], ["district_id", 1]] ### ### subdistrict .. magic_subdistrict ### MagicAddresses::Subdistrict::Translation Load (0.1ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" = ? [["mgca_subdistrict_id", 1]] SQL (0.1ms) DELETE FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."id" = ? [["id", 2]] ### ### Subdistrict-Params (en) ... Prenzlauer Berg ### ### ### Subdistrict-Params (de) ... Prenzlauer Berg ### SQL (0.0ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "name", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Prenzlauer Berg"], ["mgca_subdistrict_id", 1], ["created_at", "2015-02-23 22:42:29.641733"], ["updated_at", "2015-02-23 22:42:29.641733"]] SQL (0.4ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ?, "district_id" = ?, "subdistrict_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 2], ["created_at", "2015-02-23 22:42:29.020127"], ["updated_at", "2015-02-23 22:42:29.020127"], ["id", 2], ["street_default", "Wichertstraße"], ["zipcode", 10439], ["street_number", "33A"], ["latitude", 52.54692000000001], ["longitude", 13.4243696], ["country_id", 13], ["state_id", 1], ["city_id", 1], ["district_id", 1], ["subdistrict_id", 1], ["id", 2]] SQL (0.0ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Wichertstraße"], ["mgca_address_id", 2], ["created_at", "2015-02-23 22:42:29.648276"], ["updated_at", "2015-02-23 22:42:29.648276"]]  (1.4ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 646ms (ActiveRecord: 3.6ms) Started GET "/users" for ::1 at 2015-02-23 23:42:29 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (12.3ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 278ms (Views: 277.4ms | ActiveRecord: 0.7ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:42:30 +0100 Started GET "/" for ::1 at 2015-02-23 23:42:40 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.4ms) Rendered pages/start.html.erb within layouts/application (3.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 256ms (Views: 255.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:42:40 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:42:41 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:42:41 +0100 Started POST "/users" for ::1 at 2015-02-23 23:43:02 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"c6cM0zOjtsrd96MRnS4oX6PxYE8AlHYSedj4Lp7c8YGmzbuT9wzYgxop1abEDH+YpRWnTnAirIcaQHCgs7RAlg==", "user"=>{"name"=>"karl marx", "address_attributes"=>{"street"=>"Grünberger Straße", "number"=>"60", "postalcode"=>"10245", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5116599", "longitude"=>"13.45684069999993", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Friedrichshain"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "karl marx"], ["created_at", "2015-02-23 22:43:02.140929"], ["updated_at", "2015-02-23 22:43:02.140929"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Grünberger Straße\nfetch_number: '60'\nfetch_zipcode: '10245'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 3], ["created_at", "2015-02-23 22:43:02.143785"], ["updated_at", "2015-02-23 22:43:02.143785"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Grünberger Straße"], ["mgca_address_id", 3], ["created_at", "2015-02-23 22:43:02.147937"], ["updated_at", "2015-02-23 22:43:02.147937"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Grünberger Straße 60 Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Grünberger Straße 60, 10245 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '60' short_name: '60' types: - street_number - long_name: Grünberger Straße short_name: Grünberger Str. types: - route - long_name: Friedrichshain short_name: Friedrichshain types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Friedrichshain-Kreuzberg short_name: Bezirk Friedrichshain-Kreuzberg types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10245' short_name: '10245' types: - postal_code formatted_address: Grünberger Straße 60, 10245 Berlin, Germany geometry: location: lat: 52.5116599 lng: 13.4568407 location_type: ROOFTOP viewport: northeast: lat: 52.51300888029149 lng: 13.4581896802915 southwest: lat: 52.5103109197085 lng: 13.4554917197085 place_id: ChIJr2APnF5OqEcRW71W5nRlBUo types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Grünberger Straße 60, 10245 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '60' short_name: '60' types: - street_number - long_name: Grünberger Straße short_name: Grünberger Str. types: - route - long_name: Friedrichshain short_name: Friedrichshain types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Friedrichshain-Kreuzberg short_name: Bezirk Friedrichshain-Kreuzberg types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10245' short_name: '10245' types: - postal_code formatted_address: Grünberger Straße 60, 10245 Berlin, Deutschland geometry: location: lat: 52.5116599 lng: 13.4568407 location_type: ROOFTOP viewport: northeast: lat: 52.51300888029149 lng: 13.4581896802915 southwest: lat: 52.5103109197085 lng: 13.4554917197085 place_id: ChIJr2APnF5OqEcRW71W5nRlBUo types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 291]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 292]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:43:02.741480"], ["updated_at", "2015-02-23 22:43:02.741480"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:43:02.742367"], ["updated_at", "2015-02-23 22:43:02.742367"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] ### ### state .. magic_state ### MagicAddresses::State::Translation Load (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] SQL (0.1ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 3]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.0ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-23 22:43:02.746857"], ["updated_at", "2015-02-23 22:43:02.746857"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] ### ### city .. magic_city ### MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 3]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-23 22:43:02.751559"], ["updated_at", "2015-02-23 22:43:02.751559"]] ### ### >>> DISTRICT: Bezirk Friedrichshain-Kreuzberg ### MagicAddresses::District Load (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Friedrichshain-Kreuzberg"], ["short_name", "Bezirk Friedrichshain-Kreuzberg"], ["city_id", 1]] SQL (0.1ms) INSERT INTO "mgca_districts" ("default_name", "short_name", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Bezirk Friedrichshain-Kreuzberg"], ["short_name", "Bezirk Friedrichshain-Kreuzberg"], ["city_id", 1], ["created_at", "2015-02-23 22:43:02.754930"], ["updated_at", "2015-02-23 22:43:02.754930"]] SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_district_id", 2], ["created_at", "2015-02-23 22:43:02.755824"], ["updated_at", "2015-02-23 22:43:02.755824"]] ### ### district .. magic_district ### SQL (0.0ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 4]] ### ### District-Params (en) ... Bezirk Friedrichshain-Kreuzberg ### ### ### District-Params (de) ... Bezirk Friedrichshain-Kreuzberg ### SQL (0.0ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Friedrichshain-Kreuzberg"], ["mgca_district_id", 2], ["created_at", "2015-02-23 22:43:02.759363"], ["updated_at", "2015-02-23 22:43:02.759363"]] ### ### >>> SUBDISTRICT: Friedrichshain ### MagicAddresses::Subdistrict Load (0.0ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."default_name" = ? AND "mgca_subdistricts"."short_name" = ? AND "mgca_subdistricts"."city_id" = ? AND "mgca_subdistricts"."district_id" = ? ORDER BY "mgca_subdistricts"."id" ASC LIMIT 1 [["default_name", "Friedrichshain"], ["short_name", "Friedrichshain"], ["city_id", 1], ["district_id", 2]] SQL (0.1ms) INSERT INTO "mgca_subdistricts" ("default_name", "short_name", "city_id", "district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Friedrichshain"], ["short_name", "Friedrichshain"], ["city_id", 1], ["district_id", 2], ["created_at", "2015-02-23 22:43:02.763003"], ["updated_at", "2015-02-23 22:43:02.763003"]] SQL (0.1ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_subdistrict_id", 2], ["created_at", "2015-02-23 22:43:02.764013"], ["updated_at", "2015-02-23 22:43:02.764013"]] ### ### subdistrict .. magic_subdistrict ### SQL (0.0ms) DELETE FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."id" = ? [["id", 4]] ### ### Subdistrict-Params (en) ... Friedrichshain ### ### ### Subdistrict-Params (de) ... Friedrichshain ### SQL (0.0ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "name", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Friedrichshain"], ["mgca_subdistrict_id", 2], ["created_at", "2015-02-23 22:43:02.767084"], ["updated_at", "2015-02-23 22:43:02.767084"]] SQL (0.4ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ?, "district_id" = ?, "subdistrict_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 3], ["created_at", "2015-02-23 22:43:02.143785"], ["updated_at", "2015-02-23 22:43:02.143785"], ["id", 3], ["street_default", "Grünberger Straße"], ["zipcode", 10245], ["street_number", "60"], ["latitude", 52.5116599], ["longitude", 13.4568407], ["country_id", 13], ["state_id", 1], ["city_id", 1], ["district_id", 2], ["subdistrict_id", 2], ["id", 3]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Grünberger Straße"], ["mgca_address_id", 3], ["created_at", "2015-02-23 22:43:02.773038"], ["updated_at", "2015-02-23 22:43:02.773038"]]  (1.5ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 647ms (ActiveRecord: 4.0ms) Started GET "/users" for ::1 at 2015-02-23 23:43:02 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (18.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 280ms (Views: 278.9ms | ActiveRecord: 1.2ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:43:03 +0100 Started GET "/" for ::1 at 2015-02-23 23:44:15 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (6.7ms) Rendered pages/start.html.erb within layouts/application (8.4ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 264ms (Views: 263.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:44:16 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:44:17 +0100 Started POST "/users" for ::1 at 2015-02-23 23:44:38 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"n4Kgo2DyPxAX1Kp9rOqG5L2LmjjMWVYiADz2UHNM109K6BfjpF1RWdAK3Mr1yNEju29dObzvjLdjpH7eXiRmWA==", "user"=>{"name"=>"pro 7", "address_attributes"=>{"street"=>"Medienallee", "number"=>"4", "postalcode"=>"85774", "city"=>"Unterföhring", "country"=>"Germany", "latitude"=>"48.19163", "longitude"=>"11.648609999999962", "country_code"=>"DE", "state"=>"Bayern", "district"=>""}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "pro 7"], ["created_at", "2015-02-23 22:44:38.378067"], ["updated_at", "2015-02-23 22:44:38.378067"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Medienallee\nfetch_number: '4'\nfetch_zipcode: '85774'\nfetch_city: Unterföhring\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 4], ["created_at", "2015-02-23 22:44:38.381846"], ["updated_at", "2015-02-23 22:44:38.381846"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Medienallee"], ["mgca_address_id", 4], ["created_at", "2015-02-23 22:44:38.387980"], ["updated_at", "2015-02-23 22:44:38.387980"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Medienallee 4 Unterföhring ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Medienallee 4, 85774 Unterföhring, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '4' short_name: '4' types: - street_number - long_name: Medienallee short_name: Medienallee types: - route - long_name: Unterföhring short_name: Unterföhring types: - locality - political - long_name: Oberbayern short_name: Oberbayern types: - administrative_area_level_2 - political - long_name: Bayern short_name: BY types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '85774' short_name: '85774' types: - postal_code formatted_address: Medienallee 4, 85774 Unterföhring, Germany geometry: location: lat: 48.19163 lng: 11.64861 location_type: ROOFTOP viewport: northeast: lat: 48.1929789802915 lng: 11.6499589802915 southwest: lat: 48.1902810197085 lng: 11.6472610197085 place_id: ChIJc2126pV0nkcRwUpzbfy0mSI types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Medienallee 4, 85774 Unterföhring, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '4' short_name: '4' types: - street_number - long_name: Medienallee short_name: Medienallee types: - route - long_name: Unterföhring short_name: Unterföhring types: - locality - political - long_name: Oberbayern short_name: Oberbayern types: - administrative_area_level_2 - political - long_name: Bayern short_name: BY types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '85774' short_name: '85774' types: - postal_code formatted_address: Medienallee 4, 85774 Unterföhring, Deutschland geometry: location: lat: 48.19163 lng: 11.64861 location_type: ROOFTOP viewport: northeast: lat: 48.1929789802915 lng: 11.6499589802915 southwest: lat: 48.1902810197085 lng: 11.6472610197085 place_id: ChIJc2126pV0nkcRwUpzbfy0mSI types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 293]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 294]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:44:38.931530"], ["updated_at", "2015-02-23 22:44:38.931530"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:44:38.932560"], ["updated_at", "2015-02-23 22:44:38.932560"]] ### ### >>> STATE: Bayern ### MagicAddresses::State Load (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Bayern"], ["short_name", "BY"], ["country_id", 13]] SQL (0.1ms) INSERT INTO "mgca_states" ("default_name", "short_name", "country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Bayern"], ["short_name", "BY"], ["country_id", 13], ["created_at", "2015-02-23 22:44:38.935798"], ["updated_at", "2015-02-23 22:44:38.935798"]] SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_state_id", 2], ["created_at", "2015-02-23 22:44:38.936656"], ["updated_at", "2015-02-23 22:44:38.936656"]] ### ### state .. magic_state ### SQL (0.0ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 5]] ### ### State-Params (en) ... Bayern ### ### ### State-Params (de) ... Bayern ### SQL (0.0ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bayern"], ["mgca_state_id", 2], ["created_at", "2015-02-23 22:44:38.939968"], ["updated_at", "2015-02-23 22:44:38.939968"]] ### ### >>> CITY: Unterföhring ### MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Unterföhring"], ["short_name", "Unterföhring"], ["country_id", 13], ["state_id", 2]] SQL (0.1ms) INSERT INTO "mgca_cities" ("default_name", "short_name", "country_id", "state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Unterföhring"], ["short_name", "Unterföhring"], ["country_id", 13], ["state_id", 2], ["created_at", "2015-02-23 22:44:38.942999"], ["updated_at", "2015-02-23 22:44:38.942999"]] SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_city_id", 2], ["created_at", "2015-02-23 22:44:38.944015"], ["updated_at", "2015-02-23 22:44:38.944015"]] ### ### city .. magic_city ### SQL (0.0ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 5]] ### ### City-Params (en) ... Unterföhring ### ### ### City-Params (de) ... Unterföhring ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Unterföhring"], ["mgca_city_id", 2], ["created_at", "2015-02-23 22:44:38.947753"], ["updated_at", "2015-02-23 22:44:38.947753"]] SQL (0.4ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 4], ["created_at", "2015-02-23 22:44:38.381846"], ["updated_at", "2015-02-23 22:44:38.381846"], ["id", 4], ["street_default", "Medienallee"], ["zipcode", 85774], ["street_number", "4"], ["latitude", 48.19163], ["longitude", 11.64861], ["country_id", 13], ["state_id", 2], ["city_id", 2], ["id", 4]] SQL (0.0ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Medienallee"], ["mgca_address_id", 4], ["created_at", "2015-02-23 22:44:38.952545"], ["updated_at", "2015-02-23 22:44:38.952545"]]  (1.6ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 591ms (ActiveRecord: 3.9ms) Started GET "/users" for ::1 at 2015-02-23 23:44:38 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 4], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (22.6ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 281ms (Views: 279.7ms | ActiveRecord: 1.4ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:44:39 +0100 Started GET "/users" for ::1 at 2015-02-23 23:45:39 +0100 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.2ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 4], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (97.1ms) Rendered shared/_flash_msgs.html.erb (0.5ms) Completed 200 OK in 668ms (Views: 662.7ms | ActiveRecord: 2.5ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:45:40 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:46:51 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.4ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]] CACHE (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (187.3ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 444ms (Views: 439.7ms | ActiveRecord: 3.6ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:46:51 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:46:52 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-23 23:46:55 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC MagicAddresses::Subdistrict::Translation Load (0.2ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 2]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.2ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (36.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 288ms (Views: 285.7ms | ActiveRecord: 1.8ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:46:55 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-23 23:46:59 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 1]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (14.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 273ms (Views: 271.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:46:59 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:00 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-23 23:47:05 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" IN (1, 2)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 1]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 2]] MagicAddresses::State Load (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::State::Translation Load (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (23.3ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 282ms (Views: 279.7ms | ActiveRecord: 1.3ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:47:05 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:06 +0100 Started GET "/mgca/states" for ::1 at 2015-02-23 23:47:13 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 2]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (14.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 280ms (Views: 277.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:14 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-23 23:47:20 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.3ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]] CACHE (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (62.9ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 321ms (Views: 318.0ms | ActiveRecord: 2.5ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-7edddfb05a366f816b3890369cd819ac.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/application-4bf148e95ecae42caa63cd727b417c34.js?body=1" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-23 23:47:21 +0100 Started GET "/" for ::1 at 2015-02-23 23:48:58 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.8ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (3.2ms) Rendered pages/start.html.erb within layouts/application (12.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 705ms (Views: 704.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-8e1c10fc3db6ad10e6e3e0b978ae65e7.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/application-5d2f890d7fd1960e97b0b31248f1c8a6.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:48:59 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:49:00 +0100 Started GET "/" for ::1 at 2015-02-23 23:50:28 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.4ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 676ms (Views: 675.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-cb7d44b1d4695fd3b278626858a0390d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/application-c026918739519aae7949909785a61cae.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:50:29 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:50:30 +0100 Started GET "/" for ::1 at 2015-02-23 23:51:45 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (3.9ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 689ms (Views: 688.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-8a1a052bad87a722979e51fc2d7c7f6c.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/application-645a3f0a0077f7522dd7a709877de130.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:51:46 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:51:47 +0100 Started GET "/" for ::1 at 2015-02-23 23:52:21 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.2ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 683ms (Views: 682.5ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-9ae89dc5155476f9214075c9c44b664a.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/application-639744a24bc0f89e619e80d5f4b06015.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-9ae89dc5155476f9214075c9c44b664a.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:52:22 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:52:23 +0100 Started GET "/" for ::1 at 2015-02-23 23:52:45 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.8ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 743ms (Views: 742.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-21dc8d7d3b8bd18dce0749de56999b34.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/application-5daff23ca3dd847901e9351f8cdbf0b8.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-21dc8d7d3b8bd18dce0749de56999b34.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:52:46 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:52:47 +0100 Started GET "/" for ::1 at 2015-02-23 23:53:11 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (3.8ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 702ms (Views: 701.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-37d94448c13fb17a57258392b50d7ef5.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/application-1d3573eda8d293a8ce65c51858716ebd.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:53:12 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-37d94448c13fb17a57258392b50d7ef5.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:53:13 +0100 Started GET "/" for ::1 at 2015-02-23 23:56:06 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 683ms (Views: 683.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-6c7dc20cdae7b0c8f2ecdcbe7b67551b.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/application-03ef443f44b55cf12d855984422f89d3.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-6c7dc20cdae7b0c8f2ecdcbe7b67551b.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:56:07 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:56:08 +0100 Started GET "/" for ::1 at 2015-02-23 23:57:42 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.6ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.5ms) Rendered pages/start.html.erb within layouts/application (3.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 690ms (Views: 689.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:57:43 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:57:45 +0100 Started GET "/" for ::1 at 2015-02-23 23:58:20 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.7ms) Rendered pages/start.html.erb within layouts/application (3.5ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 275ms (Views: 274.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-23 23:58:21 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-23 23:58:22 +0100 Started POST "/users" for ::1 at 2015-02-23 23:59:10 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"GqEq/HfyHEk0enB3dTZyzPeszRut/hftUWFRSlpu34TPy528s11yAPOkBsAsFCUL8UgKGt1IzXgy+dnEdwZukw==", "user"=>{"name"=>"", "address_attributes"=>{"street"=>"Gothestraße", "number"=>"13", "postalcode"=>"86492", "city"=>"Egling", "country"=>"Germany", "latitude"=>"48.1898513", "longitude"=>"10.978911700000026", "country_code"=>"DE", "state"=>"Bayern", "district"=>""}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", ""], ["created_at", "2015-02-23 22:59:10.687892"], ["updated_at", "2015-02-23 22:59:10.687892"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Gothestraße\nfetch_number: '13'\nfetch_zipcode: '86492'\nfetch_city: Egling\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 5], ["created_at", "2015-02-23 22:59:10.690625"], ["updated_at", "2015-02-23 22:59:10.690625"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Gothestraße"], ["mgca_address_id", 5], ["created_at", "2015-02-23 22:59:10.693937"], ["updated_at", "2015-02-23 22:59:10.693937"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Gothestraße 13 Egling ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Gothestraße 13, 86492 Egling, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: Gothestraße short_name: Gothestraße types: - route - long_name: Egling short_name: Egling types: - locality - political - long_name: Oberbayern short_name: Oberbayern types: - administrative_area_level_2 - political - long_name: Bayern short_name: BY types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '86492' short_name: '86492' types: - postal_code formatted_address: Gothestraße, 86492 Egling, Germany geometry: location: lat: 48.1898513 lng: 10.9789117 location_type: GEOMETRIC_CENTER viewport: northeast: lat: 48.1912002802915 lng: 10.9802606802915 southwest: lat: 48.1885023197085 lng: 10.9775627197085 partial_match: true place_id: ChIJn0H8SGMnnEcRrmUZ8Es8h7s types: - route cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Gothestraße 13, 86492 Egling, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: Gothestraße short_name: Gothestraße types: - route - long_name: Egling short_name: Egling types: - locality - political - long_name: Oberbayern short_name: Oberbayern types: - administrative_area_level_2 - political - long_name: Bayern short_name: BY types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '86492' short_name: '86492' types: - postal_code formatted_address: Gothestraße, 86492 Egling, Deutschland geometry: location: lat: 48.1898513 lng: 10.9789117 location_type: GEOMETRIC_CENTER viewport: northeast: lat: 48.1912002802915 lng: 10.9802606802915 southwest: lat: 48.1885023197085 lng: 10.9775627197085 partial_match: true place_id: ChIJn0H8SGMnnEcRrmUZ8Es8h7s types: - route cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 5]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 295]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 296]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:59:11.726244"], ["updated_at", "2015-02-23 22:59:11.726244"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-23 22:59:11.727278"], ["updated_at", "2015-02-23 22:59:11.727278"]] ### ### >>> STATE: Bayern ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Bayern"], ["short_name", "BY"], ["country_id", 13]] ### ### state .. magic_state ### MagicAddresses::State::Translation Load (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 2]] SQL (0.2ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 6]] ### ### State-Params (en) ... Bayern ### ### ### State-Params (de) ... Bayern ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bayern"], ["mgca_state_id", 2], ["created_at", "2015-02-23 22:59:11.733687"], ["updated_at", "2015-02-23 22:59:11.733687"]] ### ### >>> CITY: Egling ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Egling"], ["short_name", "Egling"], ["country_id", 13], ["state_id", 2]] SQL (0.1ms) INSERT INTO "mgca_cities" ("default_name", "short_name", "country_id", "state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Egling"], ["short_name", "Egling"], ["country_id", 13], ["state_id", 2], ["created_at", "2015-02-23 22:59:11.737263"], ["updated_at", "2015-02-23 22:59:11.737263"]] SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_city_id", 3], ["created_at", "2015-02-23 22:59:11.738256"], ["updated_at", "2015-02-23 22:59:11.738256"]] ### ### city .. magic_city ### SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 7]] ### ### City-Params (en) ... Egling ### ### ### City-Params (de) ... Egling ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Egling"], ["mgca_city_id", 3], ["created_at", "2015-02-23 22:59:11.741488"], ["updated_at", "2015-02-23 22:59:11.741488"]] SQL (1.0ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 5], ["created_at", "2015-02-23 22:59:10.690625"], ["updated_at", "2015-02-23 22:59:10.690625"], ["id", 5], ["street_default", "Gothestraße"], ["zipcode", 86492], ["latitude", 48.1898513], ["longitude", 10.9789117], ["country_id", 13], ["state_id", 2], ["city_id", 3], ["id", 5]] SQL (0.0ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Gothestraße"], ["mgca_address_id", 5], ["created_at", "2015-02-23 22:59:11.747025"], ["updated_at", "2015-02-23 22:59:11.747025"]]  (1.8ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 1078ms (ActiveRecord: 5.0ms) Started GET "/users" for ::1 at 2015-02-23 23:59:11 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 4], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 5], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 5]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 3]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 3]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (23.6ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 292ms (Views: 290.1ms | ActiveRecord: 1.3ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-23 23:59:12 +0100 Started GET "/" for ::1 at 2015-02-24 10:17:33 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.4ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (4.3ms) Rendered pages/start.html.erb within layouts/application (13.9ms) Rendered shared/_flash_msgs.html.erb (0.2ms) Completed 200 OK in 479ms (Views: 474.3ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:17:33 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-24 10:17:34 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-24 10:17:44 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (1.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.2ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.5ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.4ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]] CACHE (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.5ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (117.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 427ms (Views: 419.6ms | ActiveRecord: 6.1ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:17:44 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-24 10:17:45 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-24 10:18:28 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" IN (1, 3, 2)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 1]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 3]] MagicAddresses::State Load (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 2]] CACHE (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (19.8ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 349ms (Views: 347.5ms | ActiveRecord: 1.3ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-24 10:18:29 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-24 10:19:10 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC MagicAddresses::Subdistrict::Translation Load (0.2ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 2]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (19.4ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 337ms (Views: 335.2ms | ActiveRecord: 1.4ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:19:10 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:19:11 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-24 10:19:15 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC MagicAddresses::District::Translation Load (0.5ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 1]] CACHE (0.2ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (23.4ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 353ms (Views: 350.3ms | ActiveRecord: 1.8ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:16 +0100 Started GET "/mgca/states" for ::1 at 2015-02-24 10:19:23 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 2]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (15.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 348ms (Views: 346.0ms | ActiveRecord: 1.1ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:19:23 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:24 +0100 Started GET "/" for ::1 at 2015-02-24 10:19:25 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.6ms) Rendered pages/start.html.erb within layouts/application (3.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 329ms (Views: 328.3ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:19:26 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-24 10:19:27 +0100 Started POST "/users" for ::1 at 2015-02-24 10:20:23 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"MMYen9ThHNtRIc4IZsH4uyZ2LLZzc52A6J9A4Fdqi3zlrKnfEE5ykpb/uL8/4698IJLrtwPFRxWLB8huegI6aw==", "user"=>{"name"=>"MARCO S.", "address_attributes"=>{"street"=>"Wichertstraße", "number"=>"33a", "postalcode"=>"10439", "city"=>"Berlin", "country"=>"Germany", "latitude"=>"52.5485893", "longitude"=>"13.420847399999957", "country_code"=>"DE", "state"=>"Berlin", "district"=>"Bezirk Pankow"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "MARCO S."], ["created_at", "2015-02-24 09:20:23.401291"], ["updated_at", "2015-02-24 09:20:23.401291"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Wichertstraße\nfetch_number: 33a\nfetch_zipcode: '10439'\nfetch_city: Berlin\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 6], ["created_at", "2015-02-24 09:20:23.409852"], ["updated_at", "2015-02-24 09:20:23.409852"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Wichertstraße"], ["mgca_address_id", 6], ["created_at", "2015-02-24 09:20:23.417487"], ["updated_at", "2015-02-24 09:20:23.417487"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Wichertstraße 33a Berlin ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Wichertstraße 33a, 10439 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: 33A short_name: 33A types: - street_number - long_name: Wichertstraße short_name: Wichertstraße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '10439' short_name: '10439' types: - postal_code formatted_address: Wichertstraße 33A, 10439 Berlin, Germany geometry: location: lat: 52.54692000000001 lng: 13.4243696 location_type: ROOFTOP viewport: northeast: lat: 52.54826898029151 lng: 13.4257185802915 southwest: lat: 52.54557101970851 lng: 13.4230206197085 place_id: ChIJA7P2L_lNqEcRKffO1Cfs-FM types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Wichertstraße 33a, 10439 Berlin, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: 33A short_name: 33A types: - street_number - long_name: Wichertstraße short_name: Wichertstraße types: - route - long_name: Prenzlauer Berg short_name: Prenzlauer Berg types: - sublocality_level_2 - sublocality - political - long_name: Bezirk Pankow short_name: Bezirk Pankow types: - sublocality_level_1 - sublocality - political - long_name: Berlin short_name: Berlin types: - locality - political - long_name: Berlin short_name: Berlin types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '10439' short_name: '10439' types: - postal_code formatted_address: Wichertstraße 33A, 10439 Berlin, Deutschland geometry: location: lat: 52.54692000000001 lng: 13.4243696 location_type: ROOFTOP viewport: northeast: lat: 52.54826898029151 lng: 13.4257185802915 southwest: lat: 52.54557101970851 lng: 13.4230206197085 place_id: ChIJA7P2L_lNqEcRKffO1Cfs-FM types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 6]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 297]] SQL (0.0ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 298]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-24 09:20:24.457257"], ["updated_at", "2015-02-24 09:20:24.457257"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-24 09:20:24.458439"], ["updated_at", "2015-02-24 09:20:24.458439"]] ### ### >>> STATE: Berlin ### MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13]] ### ### state .. magic_state ### MagicAddresses::State::Translation Load (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] SQL (0.1ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 4]] ### ### State-Params (en) ... Berlin ### ### ### State-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_state_id", 1], ["created_at", "2015-02-24 09:20:24.463828"], ["updated_at", "2015-02-24 09:20:24.463828"]] ### ### >>> CITY: Berlin ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Berlin"], ["short_name", "Berlin"], ["country_id", 13], ["state_id", 1]] ### ### city .. magic_city ### MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] SQL (0.1ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 4]] ### ### City-Params (en) ... Berlin ### ### ### City-Params (de) ... Berlin ### SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Berlin"], ["mgca_city_id", 1], ["created_at", "2015-02-24 09:20:24.469346"], ["updated_at", "2015-02-24 09:20:24.469346"]] ### ### >>> DISTRICT: Bezirk Pankow ### MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Bezirk Pankow"], ["short_name", "Bezirk Pankow"], ["city_id", 1]] ### ### district .. magic_district ### MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] SQL (0.9ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 3]] ### ### District-Params (en) ... Bezirk Pankow ### ### ### District-Params (de) ... Bezirk Pankow ### SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Bezirk Pankow"], ["mgca_district_id", 1], ["created_at", "2015-02-24 09:20:24.476613"], ["updated_at", "2015-02-24 09:20:24.476613"]] ### ### >>> SUBDISTRICT: Prenzlauer Berg ### MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."default_name" = ? AND "mgca_subdistricts"."short_name" = ? AND "mgca_subdistricts"."city_id" = ? AND "mgca_subdistricts"."district_id" = ? ORDER BY "mgca_subdistricts"."id" ASC LIMIT 1 [["default_name", "Prenzlauer Berg"], ["short_name", "Prenzlauer Berg"], ["city_id", 1], ["district_id", 1]] ### ### subdistrict .. magic_subdistrict ### MagicAddresses::Subdistrict::Translation Load (0.1ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" = ? [["mgca_subdistrict_id", 1]] SQL (0.3ms) DELETE FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."id" = ? [["id", 3]] ### ### Subdistrict-Params (en) ... Prenzlauer Berg ### ### ### Subdistrict-Params (de) ... Prenzlauer Berg ### SQL (0.1ms) INSERT INTO "mgca_subdistrict_translations" ("locale", "name", "mgca_subdistrict_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Prenzlauer Berg"], ["mgca_subdistrict_id", 1], ["created_at", "2015-02-24 09:20:24.484080"], ["updated_at", "2015-02-24 09:20:24.484080"]] SQL (0.5ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ?, "district_id" = ?, "subdistrict_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 6], ["created_at", "2015-02-24 09:20:23.409852"], ["updated_at", "2015-02-24 09:20:23.409852"], ["id", 6], ["street_default", "Wichertstraße"], ["zipcode", 10439], ["street_number", "33A"], ["latitude", 52.54692000000001], ["longitude", 13.4243696], ["country_id", 13], ["state_id", 1], ["city_id", 1], ["district_id", 1], ["subdistrict_id", 1], ["id", 6]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Wichertstraße"], ["mgca_address_id", 6], ["created_at", "2015-02-24 09:20:24.490051"], ["updated_at", "2015-02-24 09:20:24.490051"]]  (0.9ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 1107ms (ActiveRecord: 5.1ms) Started GET "/users" for ::1 at 2015-02-24 10:20:24 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 4], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 5], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 5]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 3]] MagicAddresses::City::Translation Load (0.2ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 3]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 6], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 6]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (36.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 413ms (Views: 410.8ms | ActiveRecord: 2.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:20:25 +0100 Started GET "/" for ::1 at 2015-02-24 10:20:32 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.7ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (1.9ms) Rendered pages/start.html.erb within layouts/application (4.1ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 340ms (Views: 340.0ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:20:32 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:20:32 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:20:33 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-24 10:20:34 +0100 Started POST "/users" for ::1 at 2015-02-24 10:21:37 +0100 Processing by UsersController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"hwUy+lfIsxEXKBKC/FtUNL6Ngyb8boIA0f80/r1PBitSb4W6k2fdWND2ZDWleQPzuGlEJ4zYWJWyZ7xwkCe3PA==", "user"=>{"name"=>"pups", "address_attributes"=>{"street"=>"Starstraße", "number"=>"9", "postalcode"=>"16515", "city"=>"Oranienburg", "country"=>"Germany", "latitude"=>"52.7714531", "longitude"=>"13.191803800000002", "country_code"=>"DE", "state"=>"Brandenburg", "district"=>"Tiergartensiedlung"}}, "commit"=>"send"} Unpermitted parameters: latitude, longitude, country_code, state, district  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "pups"], ["created_at", "2015-02-24 09:21:37.827082"], ["updated_at", "2015-02-24 09:21:37.827082"]] SQL (0.2ms) INSERT INTO "mgca_addresses" ("fetch_address", "owner_type", "default", "owner_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["fetch_address", "---\nfetch_street: Starstraße\nfetch_number: '9'\nfetch_zipcode: '16515'\nfetch_city: Oranienburg\nfetch_country: Germany\n"], ["owner_type", "User"], ["default", "t"], ["owner_id", 7], ["created_at", "2015-02-24 09:21:37.833415"], ["updated_at", "2015-02-24 09:21:37.833415"]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Starstraße"], ["mgca_address_id", 7], ["created_at", "2015-02-24 09:21:37.839717"], ["updated_at", "2015-02-24 09:21:37.839717"]] ### ### triggered A D D R E S S - B U I L D E R ! - - Starstraße 9 Oranienburg ### + geo + geo + geo + geo + geo + geo + GeoCode (en): Starstraße 9, 16515 Oranienburg, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '9' short_name: '9' types: - street_number - long_name: Starstraße short_name: Starstraße types: - route - long_name: Tiergartensiedlung short_name: Tiergartensiedlung types: - sublocality_level_1 - sublocality - political - long_name: Oranienburg short_name: Oranienburg types: - locality - political - long_name: Brandenburg short_name: BB types: - administrative_area_level_1 - political - long_name: Germany short_name: DE types: - country - political - long_name: '16515' short_name: '16515' types: - postal_code formatted_address: Starstraße 9, 16515 Oranienburg, Germany geometry: location: lat: 52.7726865 lng: 13.1915827 location_type: ROOFTOP viewport: northeast: lat: 52.7740354802915 lng: 13.1929316802915 southwest: lat: 52.7713375197085 lng: 13.1902337197085 place_id: ChIJydjdEu0GqUcREOhuwfvk9c0 types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + GeoCode (de): Starstraße 9, 16515 Oranienburg, Germany + geo + geo + geo + geo + geo + geo + + geo + geo + geo + geo + geo + geo + google Geocoded: --- - !ruby/object:Geocoder::Result::Google data: address_components: - long_name: '9' short_name: '9' types: - street_number - long_name: Starstraße short_name: Starstraße types: - route - long_name: Tiergartensiedlung short_name: Tiergartensiedlung types: - sublocality_level_1 - sublocality - political - long_name: Oranienburg short_name: Oranienburg types: - locality - political - long_name: Brandenburg short_name: BB types: - administrative_area_level_1 - political - long_name: Deutschland short_name: DE types: - country - political - long_name: '16515' short_name: '16515' types: - postal_code formatted_address: Starstraße 9, 16515 Oranienburg, Deutschland geometry: location: lat: 52.7726865 lng: 13.1915827 location_type: ROOFTOP viewport: northeast: lat: 52.7740354802915 lng: 13.1929316802915 southwest: lat: 52.7713375197085 lng: 13.1902337197085 place_id: ChIJydjdEu0GqUcREOhuwfvk9c0 types: - street_address cache_hit: + geo + geo + geo + geo + geo + geo + ### ### geo_data is present !!! ### ### ### empty street translations ### SQL (0.1ms) DELETE FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 7]] ### ### set new street translations ### ### ### >>> COUNTRY: Germany ### MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."default_name" = ? AND "mgca_countries"."iso_code" = ? ORDER BY "mgca_countries"."id" ASC LIMIT 1 [["default_name", "Germany"], ["iso_code", "DE"]] ### ### country .. magic_country ### MagicAddresses::Country::Translation Load (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 299]] SQL (0.1ms) DELETE FROM "mgca_country_translations" WHERE "mgca_country_translations"."id" = ? [["id", 300]] ### ### Country-Params (en) ... Germany ### ### ### Country-Params (de) ... Deutschland ### SQL (0.1ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Germany"], ["mgca_country_id", 13], ["created_at", "2015-02-24 09:21:38.388114"], ["updated_at", "2015-02-24 09:21:38.388114"]] SQL (0.0ms) INSERT INTO "mgca_country_translations" ("locale", "name", "mgca_country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "de"], ["name", "Deutschland"], ["mgca_country_id", 13], ["created_at", "2015-02-24 09:21:38.389151"], ["updated_at", "2015-02-24 09:21:38.389151"]] ### ### >>> STATE: Brandenburg ### MagicAddresses::State Load (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."default_name" = ? AND "mgca_states"."short_name" = ? AND "mgca_states"."country_id" = ? ORDER BY "mgca_states"."id" ASC LIMIT 1 [["default_name", "Brandenburg"], ["short_name", "BB"], ["country_id", 13]] SQL (0.1ms) INSERT INTO "mgca_states" ("default_name", "short_name", "country_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Brandenburg"], ["short_name", "BB"], ["country_id", 13], ["created_at", "2015-02-24 09:21:38.392742"], ["updated_at", "2015-02-24 09:21:38.392742"]] SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_state_id", 3], ["created_at", "2015-02-24 09:21:38.393800"], ["updated_at", "2015-02-24 09:21:38.393800"]] ### ### state .. magic_state ### SQL (0.0ms) DELETE FROM "mgca_state_translations" WHERE "mgca_state_translations"."id" = ? [["id", 9]] ### ### State-Params (en) ... Brandenburg ### ### ### State-Params (de) ... Brandenburg ### SQL (0.1ms) INSERT INTO "mgca_state_translations" ("locale", "name", "mgca_state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Brandenburg"], ["mgca_state_id", 3], ["created_at", "2015-02-24 09:21:38.397453"], ["updated_at", "2015-02-24 09:21:38.397453"]] ### ### >>> CITY: Oranienburg ### MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."default_name" = ? AND "mgca_cities"."short_name" = ? AND "mgca_cities"."country_id" = ? AND "mgca_cities"."state_id" = ? ORDER BY "mgca_cities"."id" ASC LIMIT 1 [["default_name", "Oranienburg"], ["short_name", "Oranienburg"], ["country_id", 13], ["state_id", 3]] SQL (0.2ms) INSERT INTO "mgca_cities" ("default_name", "short_name", "country_id", "state_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["default_name", "Oranienburg"], ["short_name", "Oranienburg"], ["country_id", 13], ["state_id", 3], ["created_at", "2015-02-24 09:21:38.403326"], ["updated_at", "2015-02-24 09:21:38.403326"]] SQL (0.1ms) INSERT INTO "mgca_city_translations" ("locale", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_city_id", 4], ["created_at", "2015-02-24 09:21:38.405220"], ["updated_at", "2015-02-24 09:21:38.405220"]] ### ### city .. magic_city ### SQL (0.0ms) DELETE FROM "mgca_city_translations" WHERE "mgca_city_translations"."id" = ? [["id", 10]] ### ### City-Params (en) ... Oranienburg ### ### ### City-Params (de) ... Oranienburg ### SQL (0.0ms) INSERT INTO "mgca_city_translations" ("locale", "name", "mgca_city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Oranienburg"], ["mgca_city_id", 4], ["created_at", "2015-02-24 09:21:38.415884"], ["updated_at", "2015-02-24 09:21:38.415884"]] ### ### >>> DISTRICT: Tiergartensiedlung ### MagicAddresses::District Load (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."default_name" = ? AND "mgca_districts"."short_name" = ? AND "mgca_districts"."city_id" = ? ORDER BY "mgca_districts"."id" ASC LIMIT 1 [["default_name", "Tiergartensiedlung"], ["short_name", "Tiergartensiedlung"], ["city_id", 4]] SQL (0.1ms) INSERT INTO "mgca_districts" ("default_name", "short_name", "city_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["default_name", "Tiergartensiedlung"], ["short_name", "Tiergartensiedlung"], ["city_id", 4], ["created_at", "2015-02-24 09:21:38.419230"], ["updated_at", "2015-02-24 09:21:38.419230"]] SQL (0.1ms) INSERT INTO "mgca_district_translations" ("locale", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["locale", "en"], ["mgca_district_id", 3], ["created_at", "2015-02-24 09:21:38.420207"], ["updated_at", "2015-02-24 09:21:38.420207"]] ### ### district .. magic_district ### SQL (0.0ms) DELETE FROM "mgca_district_translations" WHERE "mgca_district_translations"."id" = ? [["id", 7]] ### ### District-Params (en) ... Tiergartensiedlung ### ### ### District-Params (de) ... Tiergartensiedlung ### SQL (0.0ms) INSERT INTO "mgca_district_translations" ("locale", "name", "mgca_district_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["name", "Tiergartensiedlung"], ["mgca_district_id", 3], ["created_at", "2015-02-24 09:21:38.424011"], ["updated_at", "2015-02-24 09:21:38.424011"]] SQL (0.6ms) UPDATE "mgca_addresses" SET "fetch_address" = ?, "owner_type" = ?, "default" = ?, "owner_id" = ?, "created_at" = ?, "updated_at" = ?, "id" = ?, "street_default" = ?, "zipcode" = ?, "street_number" = ?, "latitude" = ?, "longitude" = ?, "country_id" = ?, "state_id" = ?, "city_id" = ?, "district_id" = ? WHERE "mgca_addresses"."id" = ? [["fetch_address", nil], ["owner_type", "User"], ["default", "t"], ["owner_id", 7], ["created_at", "2015-02-24 09:21:37.833415"], ["updated_at", "2015-02-24 09:21:37.833415"], ["id", 7], ["street_default", "Starstraße"], ["zipcode", 16515], ["street_number", "9"], ["latitude", 52.7726865], ["longitude", 13.1915827], ["country_id", 13], ["state_id", 3], ["city_id", 4], ["district_id", 3], ["id", 7]] SQL (0.1ms) INSERT INTO "mgca_address_translations" ("locale", "street_name", "mgca_address_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["locale", "en"], ["street_name", "Starstraße"], ["mgca_address_id", 7], ["created_at", "2015-02-24 09:21:38.429756"], ["updated_at", "2015-02-24 09:21:38.429756"]]  (1.6ms) commit transaction Redirected to http://localhost:3000/users Completed 302 Found in 625ms (ActiveRecord: 4.8ms) Started GET "/users" for ::1 at 2015-02-24 10:21:38 +0100 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.2ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.2ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 4], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 5], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 5]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 3]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 3]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 6], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 6]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 7], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.0ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 7]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 4]] MagicAddresses::City::Translation Load (0.2ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 4]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered users/index.html.erb within layouts/application (34.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 353ms (Views: 350.3ms | ActiveRecord: 2.1ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:21:38 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:21:38 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:21:38 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:21:38 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:21:38 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:21:38 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:21:39 +0100 Started GET "/users" for ::1 at 2015-02-24 10:22:27 +0100 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 1], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 1]] MagicAddresses::City Load (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::Subdistrict::Translation Load (0.1ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" = ? [["mgca_subdistrict_id", 1]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 2], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 2]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] CACHE (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" = ? [["mgca_subdistrict_id", 1]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 3], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 3]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::Subdistrict::Translation Load (0.1ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" = ? [["mgca_subdistrict_id", 2]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 4], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 4]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 5], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 5]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 3]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 3]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 6], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 6]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] CACHE (0.0ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" WHERE "mgca_subdistricts"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" = ? [["mgca_subdistrict_id", 1]] MagicAddresses::Address Load (0.1ms) SELECT "mgca_addresses".* FROM "mgca_addresses" WHERE "mgca_addresses"."owner_id" = ? AND "mgca_addresses"."owner_type" = ? AND "mgca_addresses"."default" = 't' LIMIT 1 [["owner_id", 7], ["owner_type", "User"]] MagicAddresses::Address::Translation Load (0.1ms) SELECT "mgca_address_translations".* FROM "mgca_address_translations" WHERE "mgca_address_translations"."mgca_address_id" = ? [["mgca_address_id", 7]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 4]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 4]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 3]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 3]] Rendered users/index.html.erb within layouts/application (60.6ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 383ms (Views: 379.2ms | ActiveRecord: 3.2ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:22:28 +0100 Started GET "/mgca/countries" for ::1 at 2015-02-24 10:23:02 +0100 Processing by MagicAddresses::CountriesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" SQL (0.5ms) SELECT "mgca_countries"."id" AS t0_r0, "mgca_countries"."default_name" AS t0_r1, "mgca_countries"."iso_code" AS t0_r2, "mgca_countries"."dial_code" AS t0_r3, "mgca_countries"."fsm_state" AS t0_r4, "mgca_countries"."created_at" AS t0_r5, "mgca_countries"."updated_at" AS t0_r6, "mgca_country_translations"."id" AS t1_r0, "mgca_country_translations"."mgca_country_id" AS t1_r1, "mgca_country_translations"."locale" AS t1_r2, "mgca_country_translations"."created_at" AS t1_r3, "mgca_country_translations"."updated_at" AS t1_r4, "mgca_country_translations"."name" AS t1_r5 FROM "mgca_countries" INNER JOIN "mgca_country_translations" ON "mgca_country_translations"."mgca_country_id" = "mgca_countries"."id" WHERE "mgca_country_translations"."locale" = ? ORDER BY mgca_country_translations.name ASC [["locale", "en"]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 3]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 4]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 5]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 7]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 8]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 9]]  (0.3ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 10]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 11]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 12]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]] CACHE (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 14]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 15]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 16]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 17]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 18]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 19]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 20]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 21]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 22]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 23]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 24]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 25]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 26]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 27]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 28]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 29]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 30]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 31]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 32]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 33]]  (0.2ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 34]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 35]]  (0.0ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."country_id" = ? [["country_id", 36]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/countries/index.html.erb within layouts/application (77.8ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 417ms (Views: 412.2ms | ActiveRecord: 3.9ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:23:02 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-be-ae375606fcd5f7d0d9decd5b3197f819.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-bg-1efc22542d2849639122ff49ea33ac3d.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ba-d92d533d31416d8b9c4fcf2a5ef3eb16.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ca-451955e7e4489fbef6a6b8ad6d620cec.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-hr-8aa0e1496810a9e0b162ed5a3f5fe380.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-cz-cb81ae0381c0d2b10bfe14059f2266e8.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-dk-2ac9e0a37c1b9ab366c99c7fdc00a493.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-fi-c8b23347780a62efa0d64af9849cc115.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-fr-1bea0274582b3fc4271136e8da5be5d1.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-gr-d42b887c3b638601c01d4bc70ec181f8.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ie-d5c6b9888f9853e9bce28afbc49ed5ff.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-hu-3625c00843f151a74e3f12ef0b250877.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-lv-39c0afba1773859d4dd80b90a0ed0d27.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-lt-1d19fa55bfc628cbd42edb463da67336.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-li-93f7a105619d1aa3e3313644c2ee32c9.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-lu-7ba31db08cba5f4ff2340b52d2cff0b0.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-nl-2e26e18ecca4b90bf4bd29712edf57ad.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-no-66f88a67d5d219f9486042554cea62ca.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ru-ca54826af3df2831f5b67b73b1611e79.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ro-a3f8a12d4a322b07b23dbac5ec00e16f.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-pl-5abcbc087311dd7839b4010b988e4aeb.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-rs-34b900ae877ed3fd152acffc268def12.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-sk-5c66134c0aab9966727d346ed01916a7.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ch-95951261f22187062b81aec719097e07.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-si-d0b11780f395cdc342f7a4b407932127.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-se-e180e33f1b399e3ea6a7e31e4d2beb90.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-us-4debfb90880e7288e0677f9c8f240804.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-ua-78755f6d556ff84d4d099fe839b43944.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-gb-8f2b5a753addd004e03415acaa183c5c.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-at-4afa57d9ab8361781935e1c089e6db50.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-by-4a1f2cb53d7b96432f3e0eb37039af88.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-cy-d9ee74277a6b2110f3c2b8b2e20cdec7.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-it-dc01b6ed369586701dd1d0174dbddd19.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-pt-3c8e356891aef440e538135545182bee.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/assets/flags/countries/small/flag-es-2979d52156ba9f6a4994e5e3a1e76944.png" for ::1 at 2015-02-24 10:23:03 +0100 Started GET "/" for ::1 at 2015-02-24 10:23:40 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (0.8ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (2.2ms) Rendered pages/start.html.erb within layouts/application (4.8ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 330ms (Views: 329.2ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:23:41 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-24 10:23:42 +0100 Started GET "/mgca/states" for ::1 at 2015-02-24 10:27:42 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.2ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" IN (3, 2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 3]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (15.4ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 327ms (Views: 324.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:27:43 +0100 Started GET "/mgca/states" for ::1 at 2015-02-24 10:27:43 +0100 Processing by MagicAddresses::StatesController#index as HTML  (0.3ms) SELECT COUNT(*) FROM "mgca_countries"  (0.5ms) SELECT COUNT(*) FROM "mgca_states"  (0.2ms) SELECT COUNT(*) FROM "mgca_cities"  (0.2ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::State Load (0.2ms) SELECT "mgca_states".* FROM "mgca_states" ORDER BY "mgca_states"."short_name" ASC MagicAddresses::State::Translation Load (0.2ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" IN (3, 2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 3]] MagicAddresses::Country Load (0.1ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."state_id" = ? [["state_id", 1]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/states/index.html.erb within layouts/application (31.5ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 359ms (Views: 355.2ms | ActiveRecord: 2.1ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:27:44 +0100 Started GET "/mgca/districts" for ::1 at 2015-02-24 10:27:46 +0100 Processing by MagicAddresses::DistrictsController#index as HTML  (0.4ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" ORDER BY "mgca_districts"."short_name" ASC MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" IN (2, 1, 3)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 1]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."district_id" = ? [["district_id", 3]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 4]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 4]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/districts/index.html.erb within layouts/application (18.2ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 362ms (Views: 359.6ms | ActiveRecord: 1.5ms) Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:27:46 +0100 Started GET "/mgca/cities" for ::1 at 2015-02-24 10:27:48 +0100 Processing by MagicAddresses::CitiesController#index as HTML  (0.1ms) SELECT COUNT(*) FROM "mgca_countries"  (0.1ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" ORDER BY "mgca_cities"."short_name" ASC MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" IN (1, 3, 4, 2)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 1]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::State::Translation Load (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 1]] MagicAddresses::Country Load (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] MagicAddresses::Country::Translation Load (0.1ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 3]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 4]] MagicAddresses::State Load (0.1ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 3]] MagicAddresses::State::Translation Load (0.1ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 3]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."city_id" = ? [["city_id", 2]] CACHE (0.0ms) SELECT "mgca_states".* FROM "mgca_states" WHERE "mgca_states"."id" = ? LIMIT 1 [["id", 2]] CACHE (0.0ms) SELECT "mgca_state_translations".* FROM "mgca_state_translations" WHERE "mgca_state_translations"."mgca_state_id" = ? [["mgca_state_id", 2]] CACHE (0.0ms) SELECT "mgca_countries".* FROM "mgca_countries" WHERE "mgca_countries"."id" = ? LIMIT 1 [["id", 13]] CACHE (0.0ms) SELECT "mgca_country_translations".* FROM "mgca_country_translations" WHERE "mgca_country_translations"."mgca_country_id" = ? [["mgca_country_id", 13]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/cities/index.html.erb within layouts/application (32.7ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 351ms (Views: 348.9ms | ActiveRecord: 1.6ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:27:48 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/assets/flags/countries/small/flag-de-5f3fc0bd02b5f61f56bee27c9250c2f6.png" for ::1 at 2015-02-24 10:27:49 +0100 Started GET "/mgca/subdistricts" for ::1 at 2015-02-24 10:27:50 +0100 Processing by MagicAddresses::SubdistrictsController#index as HTML  (1.4ms) SELECT COUNT(*) FROM "mgca_countries"  (0.4ms) SELECT COUNT(*) FROM "mgca_states"  (0.1ms) SELECT COUNT(*) FROM "mgca_cities"  (0.1ms) SELECT COUNT(*) FROM "mgca_districts"  (0.1ms) SELECT COUNT(*) FROM "mgca_subdistricts" MagicAddresses::Subdistrict Load (0.1ms) SELECT "mgca_subdistricts".* FROM "mgca_subdistricts" ORDER BY "mgca_subdistricts"."short_name" ASC MagicAddresses::Subdistrict::Translation Load (0.2ms) SELECT "mgca_subdistrict_translations".* FROM "mgca_subdistrict_translations" WHERE "mgca_subdistrict_translations"."mgca_subdistrict_id" IN (2, 1)  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 2]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 2]] MagicAddresses::District::Translation Load (0.0ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 2]] MagicAddresses::City Load (0.1ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::City::Translation Load (0.1ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]]  (0.1ms) SELECT COUNT(*) FROM "mgca_addresses" WHERE "mgca_addresses"."subdistrict_id" = ? [["subdistrict_id", 1]] MagicAddresses::District Load (0.1ms) SELECT "mgca_districts".* FROM "mgca_districts" WHERE "mgca_districts"."id" = ? LIMIT 1 [["id", 1]] MagicAddresses::District::Translation Load (0.1ms) SELECT "mgca_district_translations".* FROM "mgca_district_translations" WHERE "mgca_district_translations"."mgca_district_id" = ? [["mgca_district_id", 1]] CACHE (0.0ms) SELECT "mgca_cities".* FROM "mgca_cities" WHERE "mgca_cities"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "mgca_city_translations".* FROM "mgca_city_translations" WHERE "mgca_city_translations"."mgca_city_id" = ? [["mgca_city_id", 1]] Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/subdistricts/index.html.erb within layouts/application (19.0ms) Rendered shared/_flash_msgs.html.erb (0.1ms) Completed 200 OK in 322ms (Views: 318.5ms | ActiveRecord: 2.8ms) Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 10:27:50 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 10:27:51 +0100 Started GET "/" for ::1 at 2015-02-24 13:36:05 +0100 Processing by PagesController#start as HTML Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/_address_fields.html.erb (1.1ms) Rendered /Users/austin/Sites/berlinmagic/magic_addresses/app/views/magic_addresses/addresses/fields/_address.html.erb (3.5ms) Rendered pages/start.html.erb within layouts/application (10.4ms) Rendered shared/_flash_msgs.html.erb (0.3ms) Completed 200 OK in 322ms (Views: 317.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application-c4eaa34d8c2ad0b126e6996f47cc956e.css?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/datepicker-28441b2cd45f0545c8a439f40b98d784.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 13:36:05 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-87424c3c19e96d4fb033c10ebe21ec40.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery_ujs-e27bd20a10d28155845a22d71ef94f2f.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/core-f6c29219d44f4267c6c5f748cb73851a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/widget-406fc24d615dd4370e049e85fb5f549d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/accordion-ad7eda240331939ff10d25352a0315bc.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/position-65ef6bd55aa64766623cc74b5d7d353d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/menu-7a7c9529e62d35813ed0a71fa95242f2.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/autocomplete-5e5a4d7f1f80d346d596661253ace339.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/button-a8037a4250da171316b7e7521b0d9d0b.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/mouse-504ef967eca0eb03967e3c9751c36d17.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/draggable-d158b51e489137b213fd1eaa96a9b92a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/resizable-aa565fd6aa9f42700d8c54b318c0c1c8.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/dialog-ee62065c80cb02fe6e91bf5811c59c91.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/droppable-75fb6ed9dbb83bf1f0f29c2d15778318.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-2021355f2a0aeca6f77406c225e16af5.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-blind-49d6ffb6eb5c076034162b6d1e1745c3.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-bounce-e72f4f6a65b157d929fbd89f8b2390dd.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-clip-cd4d51c0674f351a44707a41658b7181.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-drop-def98505446ba9f512233830d6500f3a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-explode-0a42b7e95cf8a3d90da3cb3dce943a8d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-fade-4d808b81f828c7dc6c8b1618d80ed32b.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-fold-de72205ff2880aa41078b5abe1865cba.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-highlight-32a231f33cb93ea3ed13cb952bd04c90.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-size-c7ef7adb8e56fe4a76a11dbefcffdad9.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-scale-ce6a6c37c94c883819a78d6815bf71b7.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-puff-35dacd87c19580d27466f980033f6892.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-pulsate-3dbd9c7d4f02ace765adbf794ac8044c.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-shake-efb89015cc38a02f2cbaaa355ebd0aa1.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-slide-5627960ce4f5e1b55f41ee66fe69a1ba.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/effect-transfer-6db8c857d6ae811d1e346fcaf1165390.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/progressbar-5bf852897daa19be16725667f5a6d57f.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/selectable-d48286707119e8a116e86cadea677a1b.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/selectmenu-a8caf21ea3cb8d2fa75cef3aaa007081.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/slider-6fc52f20a37b8f070be1c7e94660e582.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/sortable-fe96bfa9ff14377c0dc83b42d0f191e4.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/spinner-ea9e3d6dad328d69198074f73b929b40.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/tabs-7d723642f0cea4ad8b4be12b7af40214.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui/tooltip-974e8ae1e520e685f34c034cd4170ae9.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/jquery-ui-25658f2409fde34c2d638c3816cdce17.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/affix-09383ddf41d16273fe23e5baba9aa5aa.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/alert-4fa131fff2ae05a1d89df662cd4a8531.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/button-dcd83af4b8aa46a9026dec4ea360a003.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/carousel-826d152598af61eeda85ec47cef1715d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/collapse-8495771514d5959c3ae4245596e8aa66.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/dropdown-0b76d41bf5f78646c0c00e500069f6f3.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/tab-fab339701c02e2cb7d02570dd26fcf10.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/transition-ccb25d7181161766e5ff911ad122dd0d.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/scrollspy-7a04623ca758ba223237f1d766f83074.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/modal-3a0b0ef6870b3af6fda3c2e98ecf85ea.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/tooltip-82016782fdb74e4554a0f5521286f2b0.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/bootstrap/popover-7b68e76e92466835dcee8eefd39a8f07.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/magic/helper-d5657d8fa881d26ff629d466ce9d01a1.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/magic/collapse-cfd22de3a06bb54160c295cded9bb795.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/magic-min-0e4c9abd931d26fad221b7d2664a8d24.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/map_marker-45da9a8987ea5e04165ee7450255da06.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/jquery_ui_addresspicker-13002bfefeb7040bee10f633b56e75f2.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/addresspicker_form-d2e0497ef76e7e83238b4750c6ac701a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/maps/gmaps-radius-c8096f8bb06d6f04d1c5155b10897bdc.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/application-19c71fceca706608c55ac5e787d2348a.js?body=1" for ::1 at 2015-02-24 13:36:06 +0100 Started GET "/assets/marker/image.png" for ::1 at 2015-02-24 13:36:07 +0100